Html Css Color HEX #B66144 Tuscany

📋 copy color: '#B66144'

red 182 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #B66144

Tints of Tuscany #B66144

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

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

R = 52.45%
G = 27.95%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B66144 (or 0xB66144) is known color: Tuscany. HEX triplet: B6, 61 and 44. RGB value is (182,97,68). Sum of RGB (Red+Green+Blue) = 182+97+68=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B66144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66144 is #499EBB. Grayscale: #777777. Windows color (decimal): -4824764 or 4481462. OLE color: 4481462.

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

Color convert

RGB 182 97 68 -
CMYK 0 0.47 0.63 0.29
HSL 15.26º 0.46% 0.49% -
HSV(B) 15.26º 0.63% 0.71% -
XYZ 24.61 18.91 7.82 -
YUV 119.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 182 97 68 0 0.47 0.63 0.29 15.26 0.46 0.49
Hex B6 61 44 0 2F 3F 1D F 2E 31
Octal 266 141 104 0 57 77 35 17 56 61
Binary 10110110 1100001 1000100 0 101111 111111 11101 1111 101110 110001

Color Harmonies of #B66144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66144

Black with #B66144

Text Example


Text Example

White with #B66144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66144; }

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

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

background-color css

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

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

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

border-color css

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

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

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