Html Css Color HEX #B05D7F Tapestry

📋 copy color: '#B05D7F'

red 176 ◦ green 93 ◦ blue 127

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

Shades of Tapestry #B05D7F

Tints of Tapestry #B05D7F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 44.44%
G = 23.48%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B05D7F (or 0xB05D7F) is known color: Tapestry. HEX triplet: B0, 5D and 7F. RGB value is (176,93,127). Sum of RGB (Red+Green+Blue) = 176+93+127=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05D7F is #4FA280. Grayscale: #797979. Windows color (decimal): -5218945 or 8347056. OLE color: 8347056.

HSL color Cylindrical-coordinate representation of color #B05D7F: hue angle of 335.42º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D7F is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 127 -
CMYK 0 0.47 0.28 0.31
HSL 335.42º 0.34% 0.53% -
HSV(B) 335.42º 0.47% 0.69% -
XYZ 25.65 18.59 22.32 -
YUV 121.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 176 93 127 0 0.47 0.28 0.31 335.42 0.34 0.53
Hex B0 5D 7F 0 2F 1C 1F 14F 22 35
Octal 260 135 177 0 57 34 37 517 42 65
Binary 10110000 1011101 1111111 0 101111 11100 11111 101001111 100010 110101

Color Harmonies of #B05D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D7F

Black with #B05D7F

Text Example


Text Example

White with #B05D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D7F; }

 p { color: rgb(176,93,127); }

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

background-color css

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

 a { background-color: rgb(176,93,127); }

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

border-color css

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

 span { border-color: rgb(176,93,127); }

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