Html Css Color HEX #B99607 Dark Goldenrod

📋 copy color: '#B99607'

red 185 ◦ green 150 ◦ blue 7

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

Shades of Dark Goldenrod #B99607

Tints of Dark Goldenrod #B99607

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 54.09%
G = 43.86%
B = 2.05%

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

#B99607 (or 0xB99607) is known color: Dark Goldenrod. HEX triplet: B9, 96 and 07. RGB value is (185,150,7). Sum of RGB (Red+Green+Blue) = 185+150+7=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B99607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99607 is #4669F8. Grayscale: #909090. Windows color (decimal): -4614649 or 497337. OLE color: 497337.

HSL color Cylindrical-coordinate representation of color #B99607: hue angle of 48.2º degrees, saturation: 0.93, 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 #B99607 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 7 -
CMYK 0 0.19 0.96 0.27
HSL 48.2º 0.93% 0.38% -
HSV(B) 48.2º 0.96% 0.73% -
XYZ 30.95 32.14 4.77 -
YUV 144.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 185 150 7 0 0.19 0.96 0.27 48.2 0.93 0.38
Hex B9 96 7 0 13 60 1B 30 5D 26
Octal 271 226 7 0 23 140 33 60 135 46
Binary 10111001 10010110 111 0 10011 1100000 11011 110000 1011101 100110

Color Harmonies of #B99607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99607

Black with #B99607

Text Example


Text Example

White with #B99607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99607; }

 p { color: rgb(185,150,7); }

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

background-color css

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

 a { background-color: rgb(185,150,7); }

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

border-color css

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

 span { border-color: rgb(185,150,7); }

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