Html Css Color HEX #B08817 Dark Goldenrod

📋 copy color: '#B08817'

red 176 ◦ green 136 ◦ blue 23

#B08817
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B08817

Tints of Dark Goldenrod #B08817

RGB

 RED value IS 176 (69.14% from 255) = 52.54%

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 23 (9.38% from 255) = 6.87%

R = 52.54%
G = 40.6%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B08817 (or 0xB08817) is known color: Dark Goldenrod. HEX triplet: B0, 88 and 17. RGB value is (176,136,23). Sum of RGB (Red+Green+Blue) = 176+136+23=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B08817 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08817 is #4F77E8. Grayscale: #878787. Windows color (decimal): -5208041 or 1542320. OLE color: 1542320.

HSL color Cylindrical-coordinate representation of color #B08817: hue angle of 44.31º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B08817 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 23 -
CMYK 0 0.23 0.87 0.31
HSL 44.31º 0.77% 0.39% -
HSV(B) 44.31º 0.87% 0.69% -
XYZ 26.86 26.9 4.59 -
YUV 135.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 176 136 23 0 0.23 0.87 0.31 44.31 0.77 0.39
Hex B0 88 17 0 17 57 1F 2C 4D 27
Octal 260 210 27 0 27 127 37 54 115 47
Binary 10110000 10001000 10111 0 10111 1010111 11111 101100 1001101 100111

Color Harmonies of #B08817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08817

Black with #B08817

Text Example


Text Example

White with #B08817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08817; }

 p { color: rgb(176,136,23); }

 H1.HeaderClassName
 {
   color: #B08817;
 }
 .AnyTagClassName
 {
   color: #B08817;
 }
</style>

background-color css

<style>
 a { background-color: #B08817; }

 a { background-color: rgb(176,136,23); }

 div.DivClassName
 {
   background-color: #B08817;
 }
 .BgClassName
 {
   background-color: #B08817;
 }
</style>

border-color css

<style>
 span { border-color: #B08817; }

 span { border-color: rgb(176,136,23); }

 td.TdClassName
 {
   border-color: #B08817;
 }
 .TagClassName
 {
   border-color: #B08817;
 }
</style>