Html Css Color HEX #B5777D Tapestry

📋 copy color: '#B5777D'

red 181 ◦ green 119 ◦ blue 125

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

Shades of Tapestry #B5777D

Tints of Tapestry #B5777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

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

R = 42.59%
G = 28%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5777D (or 0xB5777D) is known color: Tapestry. HEX triplet: B5, 77 and 7D. RGB value is (181,119,125). Sum of RGB (Red+Green+Blue) = 181+119+125=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777D is #4A8882. Grayscale: #8A8A8A. Windows color (decimal): -4884611 or 8222645. OLE color: 8222645.

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

Color convert

RGB 181 119 125 -
CMYK 0 0.34 0.31 0.29
HSL 354.19º 0.3% 0.59% -
HSV(B) 354.19º 0.34% 0.71% -
XYZ 29.35 24.5 22.58 -
YUV 138.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 181 119 125 0 0.34 0.31 0.29 354.19 0.3 0.59
Hex B5 77 7D 0 22 1F 1D 162 1E 3B
Octal 265 167 175 0 42 37 35 542 36 73
Binary 10110101 1110111 1111101 0 100010 11111 11101 101100010 11110 111011

Color Harmonies of #B5777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5777D

Black with #B5777D

Text Example


Text Example

White with #B5777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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