Html Css Color HEX #B98412 Dark Goldenrod

📋 copy color: '#B98412'

red 185 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #B98412

Tints of Dark Goldenrod #B98412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 55.22%
G = 39.4%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B98412 (or 0xB98412) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 12. RGB value is (185,132,18). Sum of RGB (Red+Green+Blue) = 185+132+18=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B98412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98412 is #467BED. Grayscale: #878787. Windows color (decimal): -4619246 or 1213625. OLE color: 1213625.

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

Color convert

RGB 185 132 18 -
CMYK 0 0.29 0.90 0.27
HSL 40.96º 0.82% 0.4% -
HSV(B) 40.96º 0.9% 0.73% -
XYZ 28.37 26.86 4.26 -
YUV 134.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 185 132 18 0 0.29 0.90 0.27 40.96 0.82 0.4
Hex B9 84 12 0 1D 5A 1B 29 52 28
Octal 271 204 22 0 35 132 33 51 122 50
Binary 10111001 10000100 10010 0 11101 1011010 11011 101001 1010010 101000

Color Harmonies of #B98412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98412

Black with #B98412

Text Example


Text Example

White with #B98412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98412; }

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

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

background-color css

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

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

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

border-color css

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

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

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