Html Css Color HEX #B97412 Dark Goldenrod

📋 copy color: '#B97412'

red 185 ◦ green 116 ◦ blue 18

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

Shades of Dark Goldenrod #B97412

Tints of Dark Goldenrod #B97412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 57.99%
G = 36.36%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B97412 (or 0xB97412) is known color: Dark Goldenrod. HEX triplet: B9, 74 and 12. RGB value is (185,116,18). Sum of RGB (Red+Green+Blue) = 185+116+18=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B97412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97412 is #468BED. Grayscale: #7D7D7D. Windows color (decimal): -4623342 or 1209529. OLE color: 1209529.

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

Color convert

RGB 185 116 18 -
CMYK 0 0.37 0.90 0.27
HSL 35.21º 0.82% 0.4% -
HSV(B) 35.21º 0.9% 0.73% -
XYZ 26.36 22.85 3.59 -
YUV 125.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 185 116 18 0 0.37 0.90 0.27 35.21 0.82 0.4
Hex B9 74 12 0 25 5A 1B 23 52 28
Octal 271 164 22 0 45 132 33 43 122 50
Binary 10111001 1110100 10010 0 100101 1011010 11011 100011 1010010 101000

Color Harmonies of #B97412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97412

Black with #B97412

Text Example


Text Example

White with #B97412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97412; }

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

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

background-color css

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

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

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

border-color css

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

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

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