Html Css Color HEX #B77087 Tapestry

📋 copy color: '#B77087'

red 183 ◦ green 112 ◦ blue 135

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

Shades of Tapestry #B77087

Tints of Tapestry #B77087

RGB

 RED value IS 183 (71.88% from 255) = 42.56%

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 42.56%
G = 26.05%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B77087 (or 0xB77087) is known color: Tapestry. HEX triplet: B7, 70 and 87. RGB value is (183,112,135). Sum of RGB (Red+Green+Blue) = 183+112+135=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77087 is #488F78. Grayscale: #878787. Windows color (decimal): -4755321 or 8876215. OLE color: 8876215.

HSL color Cylindrical-coordinate representation of color #B77087: hue angle of 340.56º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77087 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 135 -
CMYK 0 0.39 0.26 0.28
HSL 340.56º 0.33% 0.58% -
HSV(B) 340.56º 0.39% 0.72% -
XYZ 29.7 23.4 25.87 -
YUV 135.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 183 112 135 0 0.39 0.26 0.28 340.56 0.33 0.58
Hex B7 70 87 0 27 1A 1C 155 21 3A
Octal 267 160 207 0 47 32 34 525 41 72
Binary 10110111 1110000 10000111 0 100111 11010 11100 101010101 100001 111010

Color Harmonies of #B77087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77087

Black with #B77087

Text Example


Text Example

White with #B77087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77087; }

 p { color: rgb(183,112,135); }

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

background-color css

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

 a { background-color: rgb(183,112,135); }

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

border-color css

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

 span { border-color: rgb(183,112,135); }

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