Html Css Color HEX #B66449 Tuscany

📋 copy color: '#B66449'

red 182 ◦ green 100 ◦ blue 73

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

Shades of Tuscany #B66449

Tints of Tuscany #B66449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 51.27%
G = 28.17%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B66449 (or 0xB66449) is known color: Tuscany. HEX triplet: B6, 64 and 49. RGB value is (182,100,73). Sum of RGB (Red+Green+Blue) = 182+100+73=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B66449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66449 is #499BB6. Grayscale: #797979. Windows color (decimal): -4823991 or 4809910. OLE color: 4809910.

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

Color convert

RGB 182 100 73 -
CMYK 0 0.45 0.60 0.29
HSL 14.86º 0.43% 0.5% -
HSV(B) 14.86º 0.6% 0.71% -
XYZ 25.05 19.54 8.75 -
YUV 121.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 182 100 73 0 0.45 0.60 0.29 14.86 0.43 0.5
Hex B6 64 49 0 2D 3C 1D F 2B 32
Octal 266 144 111 0 55 74 35 17 53 62
Binary 10110110 1100100 1001001 0 101101 111100 11101 1111 101011 110010

Color Harmonies of #B66449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66449

Black with #B66449

Text Example


Text Example

White with #B66449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66449; }

 p { color: rgb(182,100,73); }

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

background-color css

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

 a { background-color: rgb(182,100,73); }

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

border-color css

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

 span { border-color: rgb(182,100,73); }

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