Html Css Color HEX #B99206 Dark Goldenrod

📋 copy color: '#B99206'

red 185 ◦ green 146 ◦ blue 6

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

Shades of Dark Goldenrod #B99206

Tints of Dark Goldenrod #B99206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 54.9%
G = 43.32%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B99206 (or 0xB99206) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 06. RGB value is (185,146,6). Sum of RGB (Red+Green+Blue) = 185+146+6=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B99206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99206 is #466DF9. Grayscale: #8E8E8E. Windows color (decimal): -4615674 or 430777. OLE color: 430777.

HSL color Cylindrical-coordinate representation of color #B99206: hue angle of 46.93º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B99206 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 146 6 -
CMYK 0 0.21 0.97 0.27
HSL 46.93º 0.94% 0.37% -
HSV(B) 46.93º 0.97% 0.73% -
XYZ 30.32 30.89 4.54 -
YUV 141.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 185 146 6 0 0.21 0.97 0.27 46.93 0.94 0.37
Hex B9 92 6 0 15 61 1B 2F 5E 25
Octal 271 222 6 0 25 141 33 57 136 45
Binary 10111001 10010010 110 0 10101 1100001 11011 101111 1011110 100101

Color Harmonies of #B99206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99206

Black with #B99206

Text Example


Text Example

White with #B99206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99206; }

 p { color: rgb(185,146,6); }

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

background-color css

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

 a { background-color: rgb(185,146,6); }

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

border-color css

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

 span { border-color: rgb(185,146,6); }

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