Html Css Color HEX #B96646 Tuscany

📋 copy color: '#B96646'

red 185 ◦ green 102 ◦ blue 70

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

Shades of Tuscany #B96646

Tints of Tuscany #B96646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 51.82%
G = 28.57%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B96646 (or 0xB96646) is known color: Tuscany. HEX triplet: B9, 66 and 46. RGB value is (185,102,70). Sum of RGB (Red+Green+Blue) = 185+102+70=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B96646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96646 is #4699B9. Grayscale: #7B7B7B. Windows color (decimal): -4626874 or 4613817. OLE color: 4613817.

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

Color convert

RGB 185 102 70 -
CMYK 0 0.45 0.62 0.27
HSL 16.7º 0.45% 0.5% -
HSV(B) 16.7º 0.62% 0.73% -
XYZ 25.86 20.26 8.34 -
YUV 123.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 185 102 70 0 0.45 0.62 0.27 16.7 0.45 0.5
Hex B9 66 46 0 2D 3E 1B 11 2D 32
Octal 271 146 106 0 55 76 33 21 55 62
Binary 10111001 1100110 1000110 0 101101 111110 11011 10001 101101 110010

Color Harmonies of #B96646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96646

Black with #B96646

Text Example


Text Example

White with #B96646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96646; }

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

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

background-color css

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

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

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

border-color css

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

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

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