Html Css Color HEX #B66487 Tapestry

📋 copy color: '#B66487'

red 182 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #B66487

Tints of Tapestry #B66487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 43.65%
G = 23.98%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B66487 (or 0xB66487) is known color: Tapestry. HEX triplet: B6, 64 and 87. RGB value is (182,100,135). Sum of RGB (Red+Green+Blue) = 182+100+135=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B66487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66487 is #499B78. Grayscale: #808080. Windows color (decimal): -4823929 or 8873142. OLE color: 8873142.

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

Color convert

RGB 182 100 135 -
CMYK 0 0.45 0.26 0.29
HSL 334.39º 0.36% 0.55% -
HSV(B) 334.39º 0.45% 0.71% -
XYZ 28.22 20.81 25.45 -
YUV 128.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 182 100 135 0 0.45 0.26 0.29 334.39 0.36 0.55
Hex B6 64 87 0 2D 1A 1D 14E 24 37
Octal 266 144 207 0 55 32 35 516 44 67
Binary 10110110 1100100 10000111 0 101101 11010 11101 101001110 100100 110111

Color Harmonies of #B66487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66487

Black with #B66487

Text Example


Text Example

White with #B66487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66487; }

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

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

background-color css

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

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

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

border-color css

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

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

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