Html Css Color HEX #B5768E Tapestry

📋 copy color: '#B5768E'

red 181 ◦ green 118 ◦ blue 142

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

Shades of Tapestry #B5768E

Tints of Tapestry #B5768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 41.04%
G = 26.76%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5768E (or 0xB5768E) is known color: Tapestry. HEX triplet: B5, 76 and 8E. RGB value is (181,118,142). Sum of RGB (Red+Green+Blue) = 181+118+142=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5768E is #4A8971. Grayscale: #8B8B8B. Windows color (decimal): -4884850 or 9336501. OLE color: 9336501.

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

Color convert

RGB 181 118 142 -
CMYK 0 0.35 0.22 0.29
HSL 337.14º 0.3% 0.59% -
HSV(B) 337.14º 0.35% 0.71% -
XYZ 30.42 24.73 28.76 -
YUV 139.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 181 118 142 0 0.35 0.22 0.29 337.14 0.3 0.59
Hex B5 76 8E 0 23 16 1D 151 1E 3B
Octal 265 166 216 0 43 26 35 521 36 73
Binary 10110101 1110110 10001110 0 100011 10110 11101 101010001 11110 111011

Color Harmonies of #B5768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5768E

Black with #B5768E

Text Example


Text Example

White with #B5768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5768E; }

 p { color: rgb(181,118,142); }

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

background-color css

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

 a { background-color: rgb(181,118,142); }

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

border-color css

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

 span { border-color: rgb(181,118,142); }

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