Html Css Color HEX #B66640 Tuscany

📋 copy color: '#B66640'

red 182 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #B66640

Tints of Tuscany #B66640

RGB

 RED value IS 182 (71.48% from 255) = 52.3%

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

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

R = 52.3%
G = 29.31%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B66640 (or 0xB66640) is known color: Tuscany. HEX triplet: B6, 66 and 40. RGB value is (182,102,64). Sum of RGB (Red+Green+Blue) = 182+102+64=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B66640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66640 is #4999BF. Grayscale: #797979. Windows color (decimal): -4823488 or 4220598. OLE color: 4220598.

HSL color Cylindrical-coordinate representation of color #B66640: hue angle of 19.32º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66640 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 102 64 -
CMYK 0 0.44 0.65 0.29
HSL 19.32º 0.48% 0.48% -
HSV(B) 19.32º 0.65% 0.71% -
XYZ 24.97 19.82 7.36 -
YUV 121.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 182 102 64 0 0.44 0.65 0.29 19.32 0.48 0.48
Hex B6 66 40 0 2C 41 1D 13 30 30
Octal 266 146 100 0 54 101 35 23 60 60
Binary 10110110 1100110 1000000 0 101100 1000001 11101 10011 110000 110000

Color Harmonies of #B66640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66640

Black with #B66640

Text Example


Text Example

White with #B66640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66640; }

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

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

background-color css

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

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

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

border-color css

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

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

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