Html Css Color HEX #B55F7D Tapestry

📋 copy color: '#B55F7D'

red 181 ◦ green 95 ◦ blue 125

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

Shades of Tapestry #B55F7D

Tints of Tapestry #B55F7D

RGB

 RED value IS 181 (71.09% from 255) = 45.14%

 GREEN value IS 95 (37.5% from 255) = 23.69%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 45.14%
G = 23.69%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B55F7D (or 0xB55F7D) is known color: Tapestry. HEX triplet: B5, 5F and 7D. RGB value is (181,95,125). Sum of RGB (Red+Green+Blue) = 181+95+125=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55F7D is #4AA082. Grayscale: #7C7C7C. Windows color (decimal): -4890755 or 8216501. OLE color: 8216501.

HSL color Cylindrical-coordinate representation of color #B55F7D: hue angle of 339.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B55F7D is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 125 -
CMYK 0 0.48 0.31 0.29
HSL 339.07º 0.37% 0.54% -
HSV(B) 339.07º 0.48% 0.71% -
XYZ 26.85 19.49 21.75 -
YUV 124.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 181 95 125 0 0.48 0.31 0.29 339.07 0.37 0.54
Hex B5 5F 7D 0 30 1F 1D 153 25 36
Octal 265 137 175 0 60 37 35 523 45 66
Binary 10110101 1011111 1111101 0 110000 11111 11101 101010011 100101 110110

Color Harmonies of #B55F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F7D

Black with #B55F7D

Text Example


Text Example

White with #B55F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F7D; }

 p { color: rgb(181,95,125); }

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

background-color css

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

 a { background-color: rgb(181,95,125); }

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

border-color css

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

 span { border-color: rgb(181,95,125); }

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