Html Css Color HEX #B96113 Chocolate

📋 copy color: '#B96113'

red 185 ◦ green 97 ◦ blue 19

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

Shades of Chocolate #B96113

Tints of Chocolate #B96113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.23%

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

R = 61.46%
G = 32.23%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96113 (or 0xB96113) is known color: Chocolate. HEX triplet: B9, 61 and 13. RGB value is (185,97,19). Sum of RGB (Red+Green+Blue) = 185+97+19=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96113 is #469EEC. Grayscale: #727272. Windows color (decimal): -4628205 or 1270201. OLE color: 1270201.

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

Color convert

RGB 185 97 19 -
CMYK 0 0.48 0.90 0.27
HSL 28.19º 0.81% 0.4% -
HSV(B) 28.19º 0.9% 0.73% -
XYZ 24.4 18.91 2.98 -
YUV 114.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 185 97 19 0 0.48 0.90 0.27 28.19 0.81 0.4
Hex B9 61 13 0 30 5A 1B 1C 51 28
Octal 271 141 23 0 60 132 33 34 121 50
Binary 10111001 1100001 10011 0 110000 1011010 11011 11100 1010001 101000

Color Harmonies of #B96113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96113

Black with #B96113

Text Example


Text Example

White with #B96113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96113; }

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

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

background-color css

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

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

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

border-color css

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

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

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