Html Css Color HEX #B66544 Tuscany

📋 copy color: '#B66544'

red 182 ◦ green 101 ◦ blue 68

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

Shades of Tuscany #B66544

Tints of Tuscany #B66544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

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

R = 51.85%
G = 28.77%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B66544 (or 0xB66544) is known color: Tuscany. HEX triplet: B6, 65 and 44. RGB value is (182,101,68). Sum of RGB (Red+Green+Blue) = 182+101+68=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66544 is #499ABB. Grayscale: #797979. Windows color (decimal): -4823740 or 4482486. OLE color: 4482486.

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

Color convert

RGB 182 101 68 -
CMYK 0 0.45 0.63 0.29
HSL 17.37º 0.46% 0.49% -
HSV(B) 17.37º 0.63% 0.71% -
XYZ 24.99 19.67 7.95 -
YUV 121.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 182 101 68 0 0.45 0.63 0.29 17.37 0.46 0.49
Hex B6 65 44 0 2D 3F 1D 11 2E 31
Octal 266 145 104 0 55 77 35 21 56 61
Binary 10110110 1100101 1000100 0 101101 111111 11101 10001 101110 110001

Color Harmonies of #B66544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66544

Black with #B66544

Text Example


Text Example

White with #B66544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66544; }

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

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

background-color css

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

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

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

border-color css

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

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

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