Html Css Color HEX #B66445 Tuscany

📋 copy color: '#B66445'

red 182 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #B66445

Tints of Tuscany #B66445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 51.85%
G = 28.49%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B66445 (or 0xB66445) is known color: Tuscany. HEX triplet: B6, 64 and 45. RGB value is (182,100,69). Sum of RGB (Red+Green+Blue) = 182+100+69=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66445 is #499BBA. Grayscale: #797979. Windows color (decimal): -4823995 or 4547766. OLE color: 4547766.

HSL color Cylindrical-coordinate representation of color #B66445: hue angle of 16.46º degrees, saturation: 0.45, 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 #B66445 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 69 -
CMYK 0 0.45 0.62 0.29
HSL 16.46º 0.45% 0.49% -
HSV(B) 16.46º 0.62% 0.71% -
XYZ 24.92 19.49 8.08 -
YUV 120.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 182 100 69 0 0.45 0.62 0.29 16.46 0.45 0.49
Hex B6 64 45 0 2D 3E 1D 10 2D 31
Octal 266 144 105 0 55 76 35 20 55 61
Binary 10110110 1100100 1000101 0 101101 111110 11101 10000 101101 110001

Color Harmonies of #B66445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66445

Black with #B66445

Text Example


Text Example

White with #B66445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66445; }

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

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

background-color css

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

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

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

border-color css

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

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

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