Html Css Color HEX #B96312 Chocolate

📋 copy color: '#B96312'

red 185 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #B96312

Tints of Chocolate #B96312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 61.26%
G = 32.78%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96312 (or 0xB96312) is known color: Chocolate. HEX triplet: B9, 63 and 12. RGB value is (185,99,18). Sum of RGB (Red+Green+Blue) = 185+99+18=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96312 is #469CED. Grayscale: #737373. Windows color (decimal): -4627694 or 1205177. OLE color: 1205177.

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

Color convert

RGB 185 99 18 -
CMYK 0 0.46 0.90 0.27
HSL 29.1º 0.82% 0.4% -
HSV(B) 29.1º 0.9% 0.73% -
XYZ 24.58 19.28 3 -
YUV 115.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 185 99 18 0 0.46 0.90 0.27 29.1 0.82 0.4
Hex B9 63 12 0 2E 5A 1B 1D 52 28
Octal 271 143 22 0 56 132 33 35 122 50
Binary 10111001 1100011 10010 0 101110 1011010 11011 11101 1010010 101000

Color Harmonies of #B96312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96312

Black with #B96312

Text Example


Text Example

White with #B96312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96312; }

 p { color: rgb(185,99,18); }

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

background-color css

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

 a { background-color: rgb(185,99,18); }

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

border-color css

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

 span { border-color: rgb(185,99,18); }

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