Html Css Color HEX #B99111 Dark Goldenrod

📋 copy color: '#B99111'

red 185 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #B99111

Tints of Dark Goldenrod #B99111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 53.31%
G = 41.79%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99111 (or 0xB99111) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 11. RGB value is (185,145,17). Sum of RGB (Red+Green+Blue) = 185+145+17=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B99111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99111 is #466EEE. Grayscale: #8E8E8E. Windows color (decimal): -4615919 or 1151417. OLE color: 1151417.

HSL color Cylindrical-coordinate representation of color #B99111: hue angle of 45.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B99111 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 17 -
CMYK 0 0.22 0.91 0.27
HSL 45.71º 0.83% 0.4% -
HSV(B) 45.71º 0.91% 0.73% -
XYZ 30.23 30.61 4.84 -
YUV 142.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 185 145 17 0 0.22 0.91 0.27 45.71 0.83 0.4
Hex B9 91 11 0 16 5B 1B 2E 53 28
Octal 271 221 21 0 26 133 33 56 123 50
Binary 10111001 10010001 10001 0 10110 1011011 11011 101110 1010011 101000

Color Harmonies of #B99111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99111

Black with #B99111

Text Example


Text Example

White with #B99111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99111; }

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

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

background-color css

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

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

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

border-color css

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

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

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