Html Css Color HEX #B66881 Tapestry

📋 copy color: '#B66881'

red 182 ◦ green 104 ◦ blue 129

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

Shades of Tapestry #B66881

Tints of Tapestry #B66881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 43.86%
G = 25.06%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B66881 (or 0xB66881) is known color: Tapestry. HEX triplet: B6, 68 and 81. RGB value is (182,104,129). Sum of RGB (Red+Green+Blue) = 182+104+129=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B66881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66881 is #49977E. Grayscale: #828282. Windows color (decimal): -4822911 or 8480950. OLE color: 8480950.

HSL color Cylindrical-coordinate representation of color #B66881: hue angle of 340.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66881 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 104 129 -
CMYK 0 0.43 0.29 0.29
HSL 340.77º 0.35% 0.56% -
HSV(B) 340.77º 0.43% 0.71% -
XYZ 28.2 21.43 23.42 -
YUV 130.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 182 104 129 0 0.43 0.29 0.29 340.77 0.35 0.56
Hex B6 68 81 0 2B 1D 1D 155 23 38
Octal 266 150 201 0 53 35 35 525 43 70
Binary 10110110 1101000 10000001 0 101011 11101 11101 101010101 100011 111000

Color Harmonies of #B66881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66881

Black with #B66881

Text Example


Text Example

White with #B66881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66881; }

 p { color: rgb(182,104,129); }

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

background-color css

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

 a { background-color: rgb(182,104,129); }

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

border-color css

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

 span { border-color: rgb(182,104,129); }

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