Html Css Color HEX #B96510 Chocolate

📋 copy color: '#B96510'

red 185 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #B96510

Tints of Chocolate #B96510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 61.26%
G = 33.44%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96510 (or 0xB96510) is known color: Chocolate. HEX triplet: B9, 65 and 10. RGB value is (185,101,16). Sum of RGB (Red+Green+Blue) = 185+101+16=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B96510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96510 is #469AEF. Grayscale: #747474. Windows color (decimal): -4627184 or 1074617. OLE color: 1074617.

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

Color convert

RGB 185 101 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.18º 0.84% 0.39% -
HSV(B) 30.18º 0.91% 0.73% -
XYZ 24.75 19.66 2.98 -
YUV 116.43 71.33 176.91 -
System Red Green Blue C M Y K H S L
Decimal 185 101 16 0 0.45 0.91 0.27 30.18 0.84 0.39
Hex B9 65 10 0 2D 5B 1B 1E 54 27
Octal 271 145 20 0 55 133 33 36 124 47
Binary 10111001 1100101 10000 0 101101 1011011 11011 11110 1010100 100111

Color Harmonies of #B96510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96510

Black with #B96510

Text Example


Text Example

White with #B96510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96510; }

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

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

background-color css

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

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

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

border-color css

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

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

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