Color Hex Logo

#b78348 Color Hex

#B78348
(183,131,72)
0 Favorites   0 Comments

Color spaces of #b78348

RGB 18313172
HSL0.090.440.50
HSV32°61°72°
CMYK 0.000.280.61   0.28
XYZ28.814426.76789.7789
Yxy26.76780.44080.4095
Hunter Lab51.73768.871825.0100
CIE-Lab58.758813.651339.3291

#b78348 color RGB value is (183,131,72).

#b78348 hex color red value is 183, green value is 131 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b78348 hue: 0.09 , saturation: 0.44 and the lightness value of b78348 is 0.50.

The process color (four color CMYK) of #b78348 color hex is 0.00, 0.28, 0.61, 0.28. Web safe color of #b78348 is #cc9933. Color #b78348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10000011 01001000
Octal 267 203 110
Decimal 183 131 72
Hex B7 83 48

RGB Percentages of Color #b78348

%47.41
%33.94
%18.65

CMYK Percentages of Color #b78348

%0
%28
%61
%28

Triadic Colors of #b78348

#b78348 #48b783 #8348b7

Analogous Colors of #b78348

#b78348 #b4b748 #b74c48

Monochromatic Colors of #b78348

#b78348

Complementary Color

#b78348 #487cb7

#b78348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78348 Color CSS Codes

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

#b78348 Text Font Color

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

This sample text font color is #b78348
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.


#b78348 Background Color

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

This div background color is #b78348


#b78348 Border Color

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

This div border color is #b78348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78348


Comments

No comments written yet.

Please login to write comment.