Html Css Color HEX #B99112 Dark Goldenrod

📋 copy color: '#B99112'

red 185 ◦ green 145 ◦ blue 18

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

Shades of Dark Goldenrod #B99112

Tints of Dark Goldenrod #B99112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 53.16%
G = 41.67%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99112 (or 0xB99112) is known color: Dark Goldenrod. HEX triplet: B9, 91 and 12. RGB value is (185,145,18). Sum of RGB (Red+Green+Blue) = 185+145+18=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B99112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99112 is #466EED. Grayscale: #8F8F8F. Windows color (decimal): -4615918 or 1216953. OLE color: 1216953.

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

Color convert

RGB 185 145 18 -
CMYK 0 0.22 0.90 0.27
HSL 45.63º 0.82% 0.4% -
HSV(B) 45.63º 0.9% 0.73% -
XYZ 30.24 30.61 4.89 -
YUV 142.48 57.75 158.33 -
System Red Green Blue C M Y K H S L
Decimal 185 145 18 0 0.22 0.90 0.27 45.63 0.82 0.4
Hex B9 91 12 0 16 5A 1B 2E 52 28
Octal 271 221 22 0 26 132 33 56 122 50
Binary 10111001 10010001 10010 0 10110 1011010 11011 101110 1010010 101000

Color Harmonies of #B99112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99112

Black with #B99112

Text Example


Text Example

White with #B99112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99112; }

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

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

background-color css

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

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

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

border-color css

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

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

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