Color Hex Logo

#b09534 Color Hex

#B09534
(176,149,52)
0 Favorites   0 Comments

Color spaces of #b09534

RGB 17614952
HSL0.130.540.45
HSV47°70°69°
CMYK 0.000.150.70   0.31
XYZ29.271830.97297.6844
Yxy30.97290.43090.4560
Hunter Lab55.6533-3.508230.7708
CIE-Lab62.4848-0.641052.6678

#b09534 color RGB value is (176,149,52).

#b09534 hex color red value is 176, green value is 149 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b09534 hue: 0.13 , saturation: 0.54 and the lightness value of b09534 is 0.45.

The process color (four color CMYK) of #b09534 color hex is 0.00, 0.15, 0.70, 0.31. Web safe color of #b09534 is #999933. Color #b09534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 00110100
Octal 260 225 64
Decimal 176 149 52
Hex B0 95 34

RGB Percentages of Color #b09534

%46.68
%39.52
%13.79

CMYK Percentages of Color #b09534

%0
%15
%70
%31

Triadic Colors of #b09534

#b09534 #34b095 #9534b0

Analogous Colors of #b09534

#b09534 #8db034 #b05734

Monochromatic Colors of #b09534

#b09534

Complementary Color

#b09534 #344fb0

#b09534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09534 Color CSS Codes

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

#b09534 Text Font Color

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

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


#b09534 Background Color

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

This div background color is #b09534


#b09534 Border Color

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

This div border color is #b09534


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,149,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 #b09534">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09534


Comments

No comments written yet.

Please login to write comment.