Html Css Color HEX #B97512 Dark Goldenrod

📋 copy color: '#B97512'

red 185 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B97512

Tints of Dark Goldenrod #B97512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

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

R = 57.81%
G = 36.56%
B = 5.63%

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

#B97512 (or 0xB97512) is known color: Dark Goldenrod. HEX triplet: B9, 75 and 12. RGB value is (185,117,18). Sum of RGB (Red+Green+Blue) = 185+117+18=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B97512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97512 is #468AED. Grayscale: #7E7E7E. Windows color (decimal): -4623086 or 1209785. OLE color: 1209785.

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

Color convert

RGB 185 117 18 -
CMYK 0 0.37 0.90 0.27
HSL 35.57º 0.82% 0.4% -
HSV(B) 35.57º 0.9% 0.73% -
XYZ 26.48 23.08 3.63 -
YUV 126.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 185 117 18 0 0.37 0.90 0.27 35.57 0.82 0.4
Hex B9 75 12 0 25 5A 1B 24 52 28
Octal 271 165 22 0 45 132 33 44 122 50
Binary 10111001 1110101 10010 0 100101 1011010 11011 100100 1010010 101000

Color Harmonies of #B97512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97512

Black with #B97512

Text Example


Text Example

White with #B97512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97512; }

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

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

background-color css

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

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

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

border-color css

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

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

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