Html Css Color HEX #B97313 Dark Goldenrod

📋 copy color: '#B97313'

red 185 ◦ green 115 ◦ blue 19

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

Shades of Dark Goldenrod #B97313

Tints of Dark Goldenrod #B97313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

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

R = 57.99%
G = 36.05%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B97313 (or 0xB97313) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 13. RGB value is (185,115,19). Sum of RGB (Red+Green+Blue) = 185+115+19=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B97313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97313 is #468CEC. Grayscale: #7D7D7D. Windows color (decimal): -4623597 or 1274809. OLE color: 1274809.

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

Color convert

RGB 185 115 19 -
CMYK 0 0.38 0.90 0.27
HSL 34.7º 0.81% 0.4% -
HSV(B) 34.7º 0.9% 0.73% -
XYZ 26.26 22.62 3.6 -
YUV 124.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 185 115 19 0 0.38 0.90 0.27 34.7 0.81 0.4
Hex B9 73 13 0 26 5A 1B 23 51 28
Octal 271 163 23 0 46 132 33 43 121 50
Binary 10111001 1110011 10011 0 100110 1011010 11011 100011 1010001 101000

Color Harmonies of #B97313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97313

Black with #B97313

Text Example


Text Example

White with #B97313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97313; }

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

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

background-color css

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

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

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

border-color css

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

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

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