Html Css Color HEX #B07991 Tapestry

📋 copy color: '#B07991'

red 176 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #B07991

Tints of Tapestry #B07991

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

 GREEN value IS 121 (47.66% from 255) = 27.38%

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

R = 39.82%
G = 27.38%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07991 (or 0xB07991) is known color: Tapestry. HEX triplet: B0, 79 and 91. RGB value is (176,121,145). Sum of RGB (Red+Green+Blue) = 176+121+145=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B07991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07991 is #4F866E. Grayscale: #8C8C8C. Windows color (decimal): -5211759 or 9533872. OLE color: 9533872.

HSL color Cylindrical-coordinate representation of color #B07991: hue angle of 333.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07991 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 145 -
CMYK 0 0.31 0.18 0.31
HSL 333.82º 0.26% 0.58% -
HSV(B) 333.82º 0.31% 0.69% -
XYZ 29.85 24.95 30.03 -
YUV 140.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 176 121 145 0 0.31 0.18 0.31 333.82 0.26 0.58
Hex B0 79 91 0 1F 12 1F 14E 1A 3A
Octal 260 171 221 0 37 22 37 516 32 72
Binary 10110000 1111001 10010001 0 11111 10010 11111 101001110 11010 111010

Color Harmonies of #B07991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07991

Black with #B07991

Text Example


Text Example

White with #B07991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07991; }

 p { color: rgb(176,121,145); }

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

background-color css

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

 a { background-color: rgb(176,121,145); }

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

border-color css

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

 span { border-color: rgb(176,121,145); }

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