Html Css Color HEX #B66647 Tuscany

📋 copy color: '#B66647'

red 182 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #B66647

Tints of Tuscany #B66647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20%

R = 51.27%
G = 28.73%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B66647 (or 0xB66647) is known color: Tuscany. HEX triplet: B6, 66 and 47. RGB value is (182,102,71). Sum of RGB (Red+Green+Blue) = 182+102+71=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B66647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66647 is #4999B8. Grayscale: #7A7A7A. Windows color (decimal): -4823481 or 4679350. OLE color: 4679350.

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

Color convert

RGB 182 102 71 -
CMYK 0 0.44 0.61 0.29
HSL 16.76º 0.44% 0.5% -
HSV(B) 16.76º 0.61% 0.71% -
XYZ 25.18 19.9 8.48 -
YUV 122.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 182 102 71 0 0.44 0.61 0.29 16.76 0.44 0.5
Hex B6 66 47 0 2C 3D 1D 11 2C 32
Octal 266 146 107 0 54 75 35 21 54 62
Binary 10110110 1100110 1000111 0 101100 111101 11101 10001 101100 110010

Color Harmonies of #B66647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66647

Black with #B66647

Text Example


Text Example

White with #B66647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66647; }

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

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

background-color css

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

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

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

border-color css

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

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

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