Html Css Color HEX #B66644 Tuscany

📋 copy color: '#B66644'

red 182 ◦ green 102 ◦ blue 68

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

Shades of Tuscany #B66644

Tints of Tuscany #B66644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 51.7%
G = 28.98%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B66644 (or 0xB66644) is known color: Tuscany. HEX triplet: B6, 66 and 44. RGB value is (182,102,68). Sum of RGB (Red+Green+Blue) = 182+102+68=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B66644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66644 is #4999BB. Grayscale: #7A7A7A. Windows color (decimal): -4823484 or 4482742. OLE color: 4482742.

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

Color convert

RGB 182 102 68 -
CMYK 0 0.44 0.63 0.29
HSL 17.89º 0.46% 0.49% -
HSV(B) 17.89º 0.63% 0.71% -
XYZ 25.09 19.87 7.98 -
YUV 122.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 182 102 68 0 0.44 0.63 0.29 17.89 0.46 0.49
Hex B6 66 44 0 2C 3F 1D 12 2E 31
Octal 266 146 104 0 54 77 35 22 56 61
Binary 10110110 1100110 1000100 0 101100 111111 11101 10010 101110 110001

Color Harmonies of #B66644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66644

Black with #B66644

Text Example


Text Example

White with #B66644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66644; }

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

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

background-color css

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

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

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

border-color css

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

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

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