Html Css Color HEX #B97513 Dark Goldenrod

📋 copy color: '#B97513'

red 185 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #B97513

Tints of Dark Goldenrod #B97513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.92%

R = 57.63%
G = 36.45%
B = 5.92%

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

#B97513 (or 0xB97513) is known color: Dark Goldenrod. HEX triplet: B9, 75 and 13. RGB value is (185,117,19). Sum of RGB (Red+Green+Blue) = 185+117+19=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B97513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97513 is #468AEC. Grayscale: #7E7E7E. Windows color (decimal): -4623085 or 1275321. OLE color: 1275321.

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

Color convert

RGB 185 117 19 -
CMYK 0 0.37 0.90 0.27
HSL 35.42º 0.81% 0.4% -
HSV(B) 35.42º 0.9% 0.73% -
XYZ 26.49 23.08 3.68 -
YUV 126.16 67.53 169.97 -
System Red Green Blue C M Y K H S L
Decimal 185 117 19 0 0.37 0.90 0.27 35.42 0.81 0.4
Hex B9 75 13 0 25 5A 1B 23 51 28
Octal 271 165 23 0 45 132 33 43 121 50
Binary 10111001 1110101 10011 0 100101 1011010 11011 100011 1010001 101000

Color Harmonies of #B97513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97513

Black with #B97513

Text Example


Text Example

White with #B97513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97513; }

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

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

background-color css

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

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

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

border-color css

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

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

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