Html Css Color HEX #B08918 Dark Goldenrod

📋 copy color: '#B08918'

red 176 ◦ green 137 ◦ blue 24

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

Shades of Dark Goldenrod #B08918

Tints of Dark Goldenrod #B08918

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.65%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 52.23%
G = 40.65%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B08918 (or 0xB08918) is known color: Dark Goldenrod. HEX triplet: B0, 89 and 18. RGB value is (176,137,24). Sum of RGB (Red+Green+Blue) = 176+137+24=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B08918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08918 is #4F76E7. Grayscale: #888888. Windows color (decimal): -5207784 or 1608112. OLE color: 1608112.

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

Color convert

RGB 176 137 24 -
CMYK 0 0.22 0.86 0.31
HSL 44.61º 0.76% 0.39% -
HSV(B) 44.61º 0.86% 0.69% -
XYZ 27.02 27.19 4.69 -
YUV 135.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 176 137 24 0 0.22 0.86 0.31 44.61 0.76 0.39
Hex B0 89 18 0 16 56 1F 2D 4C 27
Octal 260 211 30 0 26 126 37 55 114 47
Binary 10110000 10001001 11000 0 10110 1010110 11111 101101 1001100 100111

Color Harmonies of #B08918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08918

Black with #B08918

Text Example


Text Example

White with #B08918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08918; }

 p { color: rgb(176,137,24); }

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

background-color css

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

 a { background-color: rgb(176,137,24); }

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

border-color css

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

 span { border-color: rgb(176,137,24); }

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