Html Css Color HEX #B5768D Tapestry

📋 copy color: '#B5768D'

red 181 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #B5768D

Tints of Tapestry #B5768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 41.14%
G = 26.82%
B = 32.05%

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

#B5768D (or 0xB5768D) is known color: Tapestry. HEX triplet: B5, 76 and 8D. RGB value is (181,118,141). Sum of RGB (Red+Green+Blue) = 181+118+141=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5768D is #4A8972. Grayscale: #8B8B8B. Windows color (decimal): -4884851 or 9270965. OLE color: 9270965.

HSL color Cylindrical-coordinate representation of color #B5768D: hue angle of 338.1º 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 #B5768D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 118 141 -
CMYK 0 0.35 0.22 0.29
HSL 338.1º 0.3% 0.59% -
HSV(B) 338.1º 0.35% 0.71% -
XYZ 30.34 24.7 28.37 -
YUV 139.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 181 118 141 0 0.35 0.22 0.29 338.1 0.3 0.59
Hex B5 76 8D 0 23 16 1D 152 1E 3B
Octal 265 166 215 0 43 26 35 522 36 73
Binary 10110101 1110110 10001101 0 100011 10110 11101 101010010 11110 111011

Color Harmonies of #B5768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5768D

Black with #B5768D

Text Example


Text Example

White with #B5768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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