Html Css Color HEX #B66479 Tapestry

📋 copy color: '#B66479'

red 182 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #B66479

Tints of Tapestry #B66479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.02%

R = 45.16%
G = 24.81%
B = 30.02%

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

#B66479 (or 0xB66479) is known color: Tapestry. HEX triplet: B6, 64 and 79. RGB value is (182,100,121). Sum of RGB (Red+Green+Blue) = 182+100+121=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B66479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66479 is #499B86. Grayscale: #7E7E7E. Windows color (decimal): -4823943 or 7955638. OLE color: 7955638.

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

Color convert

RGB 182 100 121 -
CMYK 0 0.45 0.34 0.29
HSL 344.63º 0.36% 0.55% -
HSV(B) 344.63º 0.45% 0.71% -
XYZ 27.3 20.44 20.6 -
YUV 126.91 124.67 167.29 -
System Red Green Blue C M Y K H S L
Decimal 182 100 121 0 0.45 0.34 0.29 344.63 0.36 0.55
Hex B6 64 79 0 2D 22 1D 159 24 37
Octal 266 144 171 0 55 42 35 531 44 67
Binary 10110110 1100100 1111001 0 101101 100010 11101 101011001 100100 110111

Color Harmonies of #B66479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66479

Black with #B66479

Text Example


Text Example

White with #B66479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66479; }

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

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

background-color css

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

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

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

border-color css

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

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

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