Html Css Color HEX #B06685 Tapestry

📋 copy color: '#B06685'

red 176 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #B06685

Tints of Tapestry #B06685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.82%

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 42.82%
G = 24.82%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B06685 (or 0xB06685) is known color: Tapestry. HEX triplet: B0, 66 and 85. RGB value is (176,102,133). Sum of RGB (Red+Green+Blue) = 176+102+133=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06685 is #4F997A. Grayscale: #7F7F7F. Windows color (decimal): -5216635 or 8742576. OLE color: 8742576.

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

Color convert

RGB 176 102 133 -
CMYK 0 0.42 0.24 0.31
HSL 334.86º 0.32% 0.55% -
HSV(B) 334.86º 0.42% 0.69% -
XYZ 26.89 20.43 24.72 -
YUV 127.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 176 102 133 0 0.42 0.24 0.31 334.86 0.32 0.55
Hex B0 66 85 0 2A 18 1F 14F 20 37
Octal 260 146 205 0 52 30 37 517 40 67
Binary 10110000 1100110 10000101 0 101010 11000 11111 101001111 100000 110111

Color Harmonies of #B06685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06685

Black with #B06685

Text Example


Text Example

White with #B06685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06685; }

 p { color: rgb(176,102,133); }

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

background-color css

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

 a { background-color: rgb(176,102,133); }

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

border-color css

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

 span { border-color: rgb(176,102,133); }

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