Html Css Color HEX #B98206 Dark Goldenrod

📋 copy color: '#B98206'

red 185 ◦ green 130 ◦ blue 6

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

Shades of Dark Goldenrod #B98206

Tints of Dark Goldenrod #B98206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 57.63%
G = 40.5%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B98206 (or 0xB98206) is known color: Dark Goldenrod. HEX triplet: B9, 82 and 06. RGB value is (185,130,6). Sum of RGB (Red+Green+Blue) = 185+130+6=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B98206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98206 is #467DF9. Grayscale: #848484. Windows color (decimal): -4619770 or 426681. OLE color: 426681.

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

Color convert

RGB 185 130 6 -
CMYK 0 0.30 0.97 0.27
HSL 41.56º 0.94% 0.37% -
HSV(B) 41.56º 0.97% 0.73% -
XYZ 28.02 26.29 3.77 -
YUV 132.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 185 130 6 0 0.30 0.97 0.27 41.56 0.94 0.37
Hex B9 82 6 0 1E 61 1B 2A 5E 25
Octal 271 202 6 0 36 141 33 52 136 45
Binary 10111001 10000010 110 0 11110 1100001 11011 101010 1011110 100101

Color Harmonies of #B98206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98206

Black with #B98206

Text Example


Text Example

White with #B98206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98206; }

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

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

background-color css

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

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

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

border-color css

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

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

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