Html Css Color HEX #B66D93 Tapestry

📋 copy color: '#B66D93'

red 182 ◦ green 109 ◦ blue 147

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

Shades of Tapestry #B66D93

Tints of Tapestry #B66D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.89%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 41.55%
G = 24.89%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B66D93 (or 0xB66D93) is known color: Tapestry. HEX triplet: B6, 6D and 93. RGB value is (182,109,147). Sum of RGB (Red+Green+Blue) = 182+109+147=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66D93 is #49926C. Grayscale: #878787. Windows color (decimal): -4821613 or 9661878. OLE color: 9661878.

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

Color convert

RGB 182 109 147 -
CMYK 0 0.40 0.19 0.29
HSL 328.77º 0.33% 0.57% -
HSV(B) 328.77º 0.4% 0.71% -
XYZ 30.03 22.99 30.46 -
YUV 135.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 182 109 147 0 0.40 0.19 0.29 328.77 0.33 0.57
Hex B6 6D 93 0 28 13 1D 149 21 39
Octal 266 155 223 0 50 23 35 511 41 71
Binary 10110110 1101101 10010011 0 101000 10011 11101 101001001 100001 111001

Color Harmonies of #B66D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D93

Black with #B66D93

Text Example


Text Example

White with #B66D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D93; }

 p { color: rgb(182,109,147); }

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

background-color css

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

 a { background-color: rgb(182,109,147); }

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

border-color css

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

 span { border-color: rgb(182,109,147); }

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