Html Css Color HEX #B96514 Chocolate

📋 copy color: '#B96514'

red 185 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #B96514

Tints of Chocolate #B96514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 60.46%
G = 33.01%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96514 (or 0xB96514) is known color: Chocolate. HEX triplet: B9, 65 and 14. RGB value is (185,101,20). Sum of RGB (Red+Green+Blue) = 185+101+20=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B96514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96514 is #469AEB. Grayscale: #757575. Windows color (decimal): -4627180 or 1336761. OLE color: 1336761.

HSL color Cylindrical-coordinate representation of color #B96514: hue angle of 29.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96514 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 20 -
CMYK 0 0.45 0.89 0.27
HSL 29.45º 0.8% 0.4% -
HSV(B) 29.45º 0.89% 0.73% -
XYZ 24.79 19.67 3.15 -
YUV 116.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 185 101 20 0 0.45 0.89 0.27 29.45 0.8 0.4
Hex B9 65 14 0 2D 59 1B 1D 50 28
Octal 271 145 24 0 55 131 33 35 120 50
Binary 10111001 1100101 10100 0 101101 1011001 11011 11101 1010000 101000

Color Harmonies of #B96514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96514

Black with #B96514

Text Example


Text Example

White with #B96514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96514; }

 p { color: rgb(185,101,20); }

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

background-color css

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

 a { background-color: rgb(185,101,20); }

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

border-color css

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

 span { border-color: rgb(185,101,20); }

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