Html Css Color HEX #B99106 Dark Goldenrod

📋 copy color: '#B99106'

red 185 ◦ green 145 ◦ blue 6

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

Shades of Dark Goldenrod #B99106

Tints of Dark Goldenrod #B99106

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

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

R = 55.06%
G = 43.15%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B99106 (or 0xB99106) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 06. RGB value is (185,145,6). Sum of RGB (Red+Green+Blue) = 185+145+6=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B99106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99106 is #466EF9. Grayscale: #8D8D8D. Windows color (decimal): -4615930 or 430521. OLE color: 430521.

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

Color convert

RGB 185 145 6 -
CMYK 0 0.22 0.97 0.27
HSL 46.59º 0.94% 0.37% -
HSV(B) 46.59º 0.97% 0.73% -
XYZ 30.17 30.58 4.48 -
YUV 141.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 185 145 6 0 0.22 0.97 0.27 46.59 0.94 0.37
Hex B9 91 6 0 16 61 1B 2F 5E 25
Octal 271 221 6 0 26 141 33 57 136 45
Binary 10111001 10010001 110 0 10110 1100001 11011 101111 1011110 100101

Color Harmonies of #B99106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99106

Black with #B99106

Text Example


Text Example

White with #B99106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99106; }

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

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

background-color css

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

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

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

border-color css

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

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

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