Html Css Color HEX #B66646 Tuscany

📋 copy color: '#B66646'

red 182 ◦ green 102 ◦ blue 70

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

Shades of Tuscany #B66646

Tints of Tuscany #B66646

RGB

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

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

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

R = 51.41%
G = 28.81%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B66646 (or 0xB66646) is known color: Tuscany. HEX triplet: B6, 66 and 46. RGB value is (182,102,70). Sum of RGB (Red+Green+Blue) = 182+102+70=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B66646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66646 is #4999B9. Grayscale: #7A7A7A. Windows color (decimal): -4823482 or 4613814. OLE color: 4613814.

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

Color convert

RGB 182 102 70 -
CMYK 0 0.44 0.62 0.29
HSL 17.14º 0.44% 0.49% -
HSV(B) 17.14º 0.62% 0.71% -
XYZ 25.15 19.89 8.31 -
YUV 122.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 182 102 70 0 0.44 0.62 0.29 17.14 0.44 0.49
Hex B6 66 46 0 2C 3E 1D 11 2C 31
Octal 266 146 106 0 54 76 35 21 54 61
Binary 10110110 1100110 1000110 0 101100 111110 11101 10001 101100 110001

Color Harmonies of #B66646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66646

Black with #B66646

Text Example


Text Example

White with #B66646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66646; }

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

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

background-color css

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

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

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

border-color css

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

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

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