Html Css Color HEX #B96713 Chocolate

📋 copy color: '#B96713'

red 185 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #B96713

Tints of Chocolate #B96713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 60.26%
G = 33.55%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96713 (or 0xB96713) is known color: Chocolate. HEX triplet: B9, 67 and 13. RGB value is (185,103,19). Sum of RGB (Red+Green+Blue) = 185+103+19=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B96713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96713 is #4698EC. Grayscale: #767676. Windows color (decimal): -4626669 or 1271737. OLE color: 1271737.

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

Color convert

RGB 185 103 19 -
CMYK 0 0.44 0.90 0.27
HSL 30.36º 0.81% 0.4% -
HSV(B) 30.36º 0.9% 0.73% -
XYZ 24.98 20.06 3.17 -
YUV 117.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 185 103 19 0 0.44 0.90 0.27 30.36 0.81 0.4
Hex B9 67 13 0 2C 5A 1B 1E 51 28
Octal 271 147 23 0 54 132 33 36 121 50
Binary 10111001 1100111 10011 0 101100 1011010 11011 11110 1010001 101000

Color Harmonies of #B96713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96713

Black with #B96713

Text Example


Text Example

White with #B96713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96713; }

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

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

background-color css

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

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

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

border-color css

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

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

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