Color Hex Logo

#b14834 Color Hex

#B14834
(177,72,52)
0 Favorites   0 Comments

Color spaces of #b14834

RGB 1777252
HSL0.030.550.45
HSV10°71°69°
CMYK 0.000.590.71   0.31
XYZ21.068714.22984.8850
Yxy14.22980.52430.3541
Hunter Lab37.722433.681518.7277
CIE-Lab44.560741.563133.3485

#b14834 color RGB value is (177,72,52).

#b14834 hex color red value is 177, green value is 72 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b14834 hue: 0.03 , saturation: 0.55 and the lightness value of b14834 is 0.45.

The process color (four color CMYK) of #b14834 color hex is 0.00, 0.59, 0.71, 0.31. Web safe color of #b14834 is #993333. Color #b14834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001000 00110100
Octal 261 110 64
Decimal 177 72 52
Hex B1 48 34

RGB Percentages of Color #b14834

%58.80
%23.92
%17.28

CMYK Percentages of Color #b14834

%0
%59
%71
%31

Triadic Colors of #b14834

#b14834 #34b148 #4834b1

Analogous Colors of #b14834

#b14834 #b18734 #b1345e

Monochromatic Colors of #b14834

#b14834

Complementary Color

#b14834 #349db1

#b14834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14834 Color CSS Codes

.mybgcolor {background-color:#b14834; } 
.myforecolor {color:#b14834; }
.mybordercolor {border:3px solid #b14834; }

#b14834 Text Font Color

<p style="color:#b14834">Text here</p>

This sample text font color is #b14834
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b14834 Background Color

<div style="background-color:#b14834">
Div content here</div>

This div background color is #b14834


#b14834 Border Color

<div style="border:3px solid #b14834">
Div here</div>

This div border color is #b14834


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,72,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b14834; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b14834;
  -webkit-box-shadow: 1px 1px 3px 2px #b14834;
  box-shadow:         1px 1px 3px 2px #b14834; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,72,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b14834">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b14834;
  -webkit-box-shadow: 1px 1px 3px 2px #b14834;
  box-shadow:         1px 1px 3px 2px #b14834;">
Div content here</div>

This div box has shadow with color #b14834


Comments

No comments written yet.

Please login to write comment.