Html Css Color HEX #B97712 Dark Goldenrod

📋 copy color: '#B97712'

red 185 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #B97712

Tints of Dark Goldenrod #B97712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 57.45%
G = 36.96%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B97712 (or 0xB97712) is known color: Dark Goldenrod. HEX triplet: B9, 77 and 12. RGB value is (185,119,18). Sum of RGB (Red+Green+Blue) = 185+119+18=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B97712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97712 is #4688ED. Grayscale: #7F7F7F. Windows color (decimal): -4622574 or 1210297. OLE color: 1210297.

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

Color convert

RGB 185 119 18 -
CMYK 0 0.36 0.90 0.27
HSL 36.29º 0.82% 0.4% -
HSV(B) 36.29º 0.9% 0.73% -
XYZ 26.71 23.55 3.71 -
YUV 127.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 185 119 18 0 0.36 0.90 0.27 36.29 0.82 0.4
Hex B9 77 12 0 24 5A 1B 24 52 28
Octal 271 167 22 0 44 132 33 44 122 50
Binary 10111001 1110111 10010 0 100100 1011010 11011 100100 1010010 101000

Color Harmonies of #B97712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97712

Black with #B97712

Text Example


Text Example

White with #B97712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97712; }

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

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

background-color css

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

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

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

border-color css

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

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

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