Html Css Color HEX #B96613 Chocolate

📋 copy color: '#B96613'

red 185 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #B96613

Tints of Chocolate #B96613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 60.46%
G = 33.33%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96613 (or 0xB96613) is known color: Chocolate. HEX triplet: B9, 66 and 13. RGB value is (185,102,19). Sum of RGB (Red+Green+Blue) = 185+102+19=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96613 is #4699EC. Grayscale: #757575. Windows color (decimal): -4626925 or 1271481. OLE color: 1271481.

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

Color convert

RGB 185 102 19 -
CMYK 0 0.45 0.90 0.27
HSL 30º 0.81% 0.4% -
HSV(B) 30º 0.9% 0.73% -
XYZ 24.88 19.86 3.14 -
YUV 117.36 72.5 176.25 -
System Red Green Blue C M Y K H S L
Decimal 185 102 19 0 0.45 0.90 0.27 30 0.81 0.4
Hex B9 66 13 0 2D 5A 1B 1E 51 28
Octal 271 146 23 0 55 132 33 36 121 50
Binary 10111001 1100110 10011 0 101101 1011010 11011 11110 1010001 101000

Color Harmonies of #B96613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96613

Black with #B96613

Text Example


Text Example

White with #B96613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96613; }

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

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

background-color css

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

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

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

border-color css

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

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

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