Html Css Color HEX #B06487 Tapestry

📋 copy color: '#B06487'

red 176 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #B06487

Tints of Tapestry #B06487

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

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

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

R = 42.82%
G = 24.33%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B06487 (or 0xB06487) is known color: Tapestry. HEX triplet: B0, 64 and 87. RGB value is (176,100,135). Sum of RGB (Red+Green+Blue) = 176+100+135=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06487 is #4F9B78. Grayscale: #7E7E7E. Windows color (decimal): -5217145 or 8873136. OLE color: 8873136.

HSL color Cylindrical-coordinate representation of color #B06487: hue angle of 332.37º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06487 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 135 -
CMYK 0 0.43 0.23 0.31
HSL 332.37º 0.32% 0.54% -
HSV(B) 332.37º 0.43% 0.69% -
XYZ 26.83 20.09 25.39 -
YUV 126.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 176 100 135 0 0.43 0.23 0.31 332.37 0.32 0.54
Hex B0 64 87 0 2B 17 1F 14C 20 36
Octal 260 144 207 0 53 27 37 514 40 66
Binary 10110000 1100100 10000111 0 101011 10111 11111 101001100 100000 110110

Color Harmonies of #B06487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06487

Black with #B06487

Text Example


Text Example

White with #B06487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06487; }

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

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

background-color css

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

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

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

border-color css

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

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

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