Html Css Color HEX #B96612 Chocolate

📋 copy color: '#B96612'

red 185 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #B96612

Tints of Chocolate #B96612

RGB

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

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

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

R = 60.66%
G = 33.44%
B = 5.9%

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

#B96612 (or 0xB96612) is known color: Chocolate. HEX triplet: B9, 66 and 12. RGB value is (185,102,18). Sum of RGB (Red+Green+Blue) = 185+102+18=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96612 is #4699ED. Grayscale: #757575. Windows color (decimal): -4626926 or 1205945. OLE color: 1205945.

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

Color convert

RGB 185 102 18 -
CMYK 0 0.45 0.90 0.27
HSL 30.18º 0.82% 0.4% -
HSV(B) 30.18º 0.9% 0.73% -
XYZ 24.87 19.86 3.1 -
YUV 117.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 185 102 18 0 0.45 0.90 0.27 30.18 0.82 0.4
Hex B9 66 12 0 2D 5A 1B 1E 52 28
Octal 271 146 22 0 55 132 33 36 122 50
Binary 10111001 1100110 10010 0 101101 1011010 11011 11110 1010010 101000

Color Harmonies of #B96612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96612

Black with #B96612

Text Example


Text Example

White with #B96612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96612; }

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

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

background-color css

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

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

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

border-color css

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

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

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