Html Css Color HEX #B08117 Dark Goldenrod

📋 copy color: '#B08117'

red 176 ◦ green 129 ◦ blue 23

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

Shades of Dark Goldenrod #B08117

Tints of Dark Goldenrod #B08117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

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

R = 53.66%
G = 39.33%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B08117 (or 0xB08117) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 17. RGB value is (176,129,23). Sum of RGB (Red+Green+Blue) = 176+129+23=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B08117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08117 is #4F7EE8. Grayscale: #838383. Windows color (decimal): -5209833 or 1540528. OLE color: 1540528.

HSL color Cylindrical-coordinate representation of color #B08117: hue angle of 41.57º 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 #B08117 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 129 23 -
CMYK 0 0.27 0.87 0.31
HSL 41.57º 0.77% 0.39% -
HSV(B) 41.57º 0.87% 0.69% -
XYZ 25.91 24.99 4.27 -
YUV 130.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 176 129 23 0 0.27 0.87 0.31 41.57 0.77 0.39
Hex B0 81 17 0 1B 57 1F 2A 4D 27
Octal 260 201 27 0 33 127 37 52 115 47
Binary 10110000 10000001 10111 0 11011 1010111 11111 101010 1001101 100111

Color Harmonies of #B08117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08117

Black with #B08117

Text Example


Text Example

White with #B08117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08117; }

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

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

background-color css

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

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

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

border-color css

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

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

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