Html Css Color HEX #B77091 Tapestry

📋 copy color: '#B77091'

red 183 ◦ green 112 ◦ blue 145

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

Shades of Tapestry #B77091

Tints of Tapestry #B77091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 41.59%
G = 25.45%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B77091 (or 0xB77091) is known color: Tapestry. HEX triplet: B7, 70 and 91. RGB value is (183,112,145). Sum of RGB (Red+Green+Blue) = 183+112+145=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B77091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77091 is #488F6E. Grayscale: #888888. Windows color (decimal): -4755311 or 9531575. OLE color: 9531575.

HSL color Cylindrical-coordinate representation of color #B77091: hue angle of 332.11º 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 #B77091 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 145 -
CMYK 0 0.39 0.21 0.28
HSL 332.11º 0.33% 0.58% -
HSV(B) 332.11º 0.39% 0.72% -
XYZ 30.43 23.7 29.76 -
YUV 136.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 183 112 145 0 0.39 0.21 0.28 332.11 0.33 0.58
Hex B7 70 91 0 27 15 1C 14C 21 3A
Octal 267 160 221 0 47 25 34 514 41 72
Binary 10110111 1110000 10010001 0 100111 10101 11100 101001100 100001 111010

Color Harmonies of #B77091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77091

Black with #B77091

Text Example


Text Example

White with #B77091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77091; }

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

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

background-color css

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

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

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

border-color css

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

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

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