Html Css Color HEX #B66B8E Tapestry

📋 copy color: '#B66B8E'

red 182 ◦ green 107 ◦ blue 142

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

Shades of Tapestry #B66B8E

Tints of Tapestry #B66B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.83%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 42.23%
G = 24.83%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B66B8E (or 0xB66B8E) is known color: Tapestry. HEX triplet: B6, 6B and 8E. RGB value is (182,107,142). Sum of RGB (Red+Green+Blue) = 182+107+142=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66B8E is #499471. Grayscale: #858585. Windows color (decimal): -4822130 or 9333686. OLE color: 9333686.

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

Color convert

RGB 182 107 142 -
CMYK 0 0.41 0.22 0.29
HSL 332º 0.34% 0.57% -
HSV(B) 332º 0.41% 0.71% -
XYZ 29.43 22.41 28.37 -
YUV 133.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 182 107 142 0 0.41 0.22 0.29 332 0.34 0.57
Hex B6 6B 8E 0 29 16 1D 14C 22 39
Octal 266 153 216 0 51 26 35 514 42 71
Binary 10110110 1101011 10001110 0 101001 10110 11101 101001100 100010 111001

Color Harmonies of #B66B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66B8E

Black with #B66B8E

Text Example


Text Example

White with #B66B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66B8E; }

 p { color: rgb(182,107,142); }

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

background-color css

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

 a { background-color: rgb(182,107,142); }

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

border-color css

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

 span { border-color: rgb(182,107,142); }

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