Html Css Color HEX #B98812 Dark Goldenrod

📋 copy color: '#B98812'

red 185 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #B98812

Tints of Dark Goldenrod #B98812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

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

R = 54.57%
G = 40.12%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98812 (or 0xB98812) is known color: Dark Goldenrod. HEX triplet: B9, 88 and 12. RGB value is (185,136,18). Sum of RGB (Red+Green+Blue) = 185+136+18=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B98812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98812 is #4677ED. Grayscale: #898989. Windows color (decimal): -4618222 or 1214649. OLE color: 1214649.

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

Color convert

RGB 185 136 18 -
CMYK 0 0.26 0.90 0.27
HSL 42.4º 0.82% 0.4% -
HSV(B) 42.4º 0.9% 0.73% -
XYZ 28.92 27.97 4.45 -
YUV 137.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 185 136 18 0 0.26 0.90 0.27 42.4 0.82 0.4
Hex B9 88 12 0 1A 5A 1B 2A 52 28
Octal 271 210 22 0 32 132 33 52 122 50
Binary 10111001 10001000 10010 0 11010 1011010 11011 101010 1010010 101000

Color Harmonies of #B98812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98812

Black with #B98812

Text Example


Text Example

White with #B98812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98812; }

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

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

background-color css

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

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

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

border-color css

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

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

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