Color Hex Logo

#b09023 Color Hex

#B09023
(176,144,35)
0 Favorites   0 Comments

Color spaces of #b09023

RGB 17614435
HSL0.130.670.41
HSV46°80°69°
CMYK 0.000.180.80   0.31
XYZ28.181129.29805.7599
Yxy29.29800.44560.4633
Hunter Lab54.1276-1.788831.5801
CIE-Lab61.04371.323357.7556

#b09023 color RGB value is (176,144,35).

#b09023 hex color red value is 176, green value is 144 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #b09023 hue: 0.13 , saturation: 0.67 and the lightness value of b09023 is 0.41.

The process color (four color CMYK) of #b09023 color hex is 0.00, 0.18, 0.80, 0.31. Web safe color of #b09023 is #999933. Color #b09023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 00100011
Octal 260 220 43
Decimal 176 144 35
Hex B0 90 23

RGB Percentages of Color #b09023

%49.58
%40.56
%9.86

CMYK Percentages of Color #b09023

%0
%18
%80
%31

Triadic Colors of #b09023

#b09023 #23b090 #9023b0

Analogous Colors of #b09023

#b09023 #8ab023 #b04a23

Monochromatic Colors of #b09023

#b09023

Complementary Color

#b09023 #2343b0

#b09023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09023 Color CSS Codes

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

#b09023 Text Font Color

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

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


#b09023 Background Color

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

This div background color is #b09023


#b09023 Border Color

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

This div border color is #b09023


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,144,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09023


Comments

No comments written yet.

Please login to write comment.