Html Css Color HEX #B99508 Dark Goldenrod

📋 copy color: '#B99508'

red 185 ◦ green 149 ◦ blue 8

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

Shades of Dark Goldenrod #B99508

Tints of Dark Goldenrod #B99508

RGB

 RED value IS 185 (72.66% from 255) = 54.09%

 GREEN value IS 149 (58.59% from 255) = 43.57%

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 54.09%
G = 43.57%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B99508 (or 0xB99508) is known color: Dark Goldenrod. HEX triplet: B9, 95 and 08. RGB value is (185,149,8). Sum of RGB (Red+Green+Blue) = 185+149+8=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B99508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99508 is #466AF7. Grayscale: #909090. Windows color (decimal): -4614904 or 562617. OLE color: 562617.

HSL color Cylindrical-coordinate representation of color #B99508: hue angle of 47.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B99508 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 8 -
CMYK 0 0.19 0.96 0.27
HSL 47.8º 0.92% 0.38% -
HSV(B) 47.8º 0.96% 0.73% -
XYZ 30.8 31.83 4.75 -
YUV 143.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 185 149 8 0 0.19 0.96 0.27 47.8 0.92 0.38
Hex B9 95 8 0 13 60 1B 30 5C 26
Octal 271 225 10 0 23 140 33 60 134 46
Binary 10111001 10010101 1000 0 10011 1100000 11011 110000 1011100 100110

Color Harmonies of #B99508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99508

Black with #B99508

Text Example


Text Example

White with #B99508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99508; }

 p { color: rgb(185,149,8); }

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

background-color css

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

 a { background-color: rgb(185,149,8); }

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

border-color css

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

 span { border-color: rgb(185,149,8); }

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