Html Css Color HEX #B66478 Tapestry

📋 copy color: '#B66478'

red 182 ◦ green 100 ◦ blue 120

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

Shades of Tapestry #B66478

Tints of Tapestry #B66478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.85%

R = 45.27%
G = 24.88%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66478 (or 0xB66478) is known color: Tapestry. HEX triplet: B6, 64 and 78. RGB value is (182,100,120). Sum of RGB (Red+Green+Blue) = 182+100+120=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B66478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66478 is #499B87. Grayscale: #7E7E7E. Windows color (decimal): -4823944 or 7890102. OLE color: 7890102.

HSL color Cylindrical-coordinate representation of color #B66478: hue angle of 345.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66478 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 120 -
CMYK 0 0.45 0.34 0.29
HSL 345.37º 0.36% 0.55% -
HSV(B) 345.37º 0.45% 0.71% -
XYZ 27.24 20.42 20.27 -
YUV 126.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 182 100 120 0 0.45 0.34 0.29 345.37 0.36 0.55
Hex B6 64 78 0 2D 22 1D 159 24 37
Octal 266 144 170 0 55 42 35 531 44 67
Binary 10110110 1100100 1111000 0 101101 100010 11101 101011001 100100 110111

Color Harmonies of #B66478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66478

Black with #B66478

Text Example


Text Example

White with #B66478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66478; }

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

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

background-color css

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

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

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

border-color css

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

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

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