Html Css Color HEX #B98112 Dark Goldenrod

📋 copy color: '#B98112'

red 185 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #B98112

Tints of Dark Goldenrod #B98112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 55.72%
G = 38.86%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98112 (or 0xB98112) is known color: Dark Goldenrod. HEX triplet: B9, 81 and 12. RGB value is (185,129,18). Sum of RGB (Red+Green+Blue) = 185+129+18=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B98112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98112 is #467EED. Grayscale: #858585. Windows color (decimal): -4620014 or 1212857. OLE color: 1212857.

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

Color convert

RGB 185 129 18 -
CMYK 0 0.30 0.90 0.27
HSL 39.88º 0.82% 0.4% -
HSV(B) 39.88º 0.9% 0.73% -
XYZ 27.97 26.06 4.13 -
YUV 133.09 63.05 165.03 -
System Red Green Blue C M Y K H S L
Decimal 185 129 18 0 0.30 0.90 0.27 39.88 0.82 0.4
Hex B9 81 12 0 1E 5A 1B 28 52 28
Octal 271 201 22 0 36 132 33 50 122 50
Binary 10111001 10000001 10010 0 11110 1011010 11011 101000 1010010 101000

Color Harmonies of #B98112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98112

Black with #B98112

Text Example


Text Example

White with #B98112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98112; }

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

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

background-color css

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

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

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

border-color css

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

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

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