Html Css Color HEX #B97613 Dark Goldenrod

📋 copy color: '#B97613'

red 185 ◦ green 118 ◦ blue 19

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

Shades of Dark Goldenrod #B97613

Tints of Dark Goldenrod #B97613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.65%

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

R = 57.45%
G = 36.65%
B = 5.9%

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

#B97613 (or 0xB97613) is known color: Dark Goldenrod. HEX triplet: B9, 76 and 13. RGB value is (185,118,19). Sum of RGB (Red+Green+Blue) = 185+118+19=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B97613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97613 is #4689EC. Grayscale: #7F7F7F. Windows color (decimal): -4622829 or 1275577. OLE color: 1275577.

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

Color convert

RGB 185 118 19 -
CMYK 0 0.36 0.90 0.27
HSL 35.78º 0.81% 0.4% -
HSV(B) 35.78º 0.9% 0.73% -
XYZ 26.6 23.32 3.71 -
YUV 126.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 185 118 19 0 0.36 0.90 0.27 35.78 0.81 0.4
Hex B9 76 13 0 24 5A 1B 24 51 28
Octal 271 166 23 0 44 132 33 44 121 50
Binary 10111001 1110110 10011 0 100100 1011010 11011 100100 1010001 101000

Color Harmonies of #B97613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97613

Black with #B97613

Text Example


Text Example

White with #B97613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97613; }

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

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

background-color css

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

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

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

border-color css

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

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

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