Html Css Color HEX #B96640 Tuscany

📋 copy color: '#B96640'

red 185 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #B96640

Tints of Tuscany #B96640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.23%

R = 52.71%
G = 29.06%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B96640 (or 0xB96640) is known color: Tuscany. HEX triplet: B9, 66 and 40. RGB value is (185,102,64). Sum of RGB (Red+Green+Blue) = 185+102+64=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96640 is #4699BF. Grayscale: #7A7A7A. Windows color (decimal): -4626880 or 4220601. OLE color: 4220601.

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

Color convert

RGB 185 102 64 -
CMYK 0 0.45 0.65 0.27
HSL 18.84º 0.49% 0.49% -
HSV(B) 18.84º 0.65% 0.73% -
XYZ 25.68 20.19 7.39 -
YUV 122.49 95 172.59 -
System Red Green Blue C M Y K H S L
Decimal 185 102 64 0 0.45 0.65 0.27 18.84 0.49 0.49
Hex B9 66 40 0 2D 41 1B 13 31 31
Octal 271 146 100 0 55 101 33 23 61 61
Binary 10111001 1100110 1000000 0 101101 1000001 11011 10011 110001 110001

Color Harmonies of #B96640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96640

Black with #B96640

Text Example


Text Example

White with #B96640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96640; }

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

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

background-color css

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

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

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

border-color css

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

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

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