Html Css Color HEX #B66E7A Tapestry

📋 copy color: '#B66E7A'

red 182 ◦ green 110 ◦ blue 122

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

Shades of Tapestry #B66E7A

Tints of Tapestry #B66E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.57%

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 43.96%
G = 26.57%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B66E7A (or 0xB66E7A) is known color: Tapestry. HEX triplet: B6, 6E and 7A. RGB value is (182,110,122). Sum of RGB (Red+Green+Blue) = 182+110+122=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E7A is #499185. Grayscale: #848484. Windows color (decimal): -4821382 or 8023734. OLE color: 8023734.

HSL color Cylindrical-coordinate representation of color #B66E7A: hue angle of 350º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E7A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 122 -
CMYK 0 0.40 0.33 0.29
HSL 350º 0.33% 0.57% -
HSV(B) 350º 0.4% 0.71% -
XYZ 28.38 22.5 21.26 -
YUV 132.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 182 110 122 0 0.40 0.33 0.29 350 0.33 0.57
Hex B6 6E 7A 0 28 21 1D 15E 21 39
Octal 266 156 172 0 50 41 35 536 41 71
Binary 10110110 1101110 1111010 0 101000 100001 11101 101011110 100001 111001

Color Harmonies of #B66E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E7A

Black with #B66E7A

Text Example


Text Example

White with #B66E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E7A; }

 p { color: rgb(182,110,122); }

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

background-color css

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

 a { background-color: rgb(182,110,122); }

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

border-color css

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

 span { border-color: rgb(182,110,122); }

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