Html Css Color HEX #B07691 Tapestry

📋 copy color: '#B07691'

red 176 ◦ green 118 ◦ blue 145

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

Shades of Tapestry #B07691

Tints of Tapestry #B07691

RGB

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

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

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

R = 40.09%
G = 26.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B07691 (or 0xB07691) is known color: Tapestry. HEX triplet: B0, 76 and 91. RGB value is (176,118,145). Sum of RGB (Red+Green+Blue) = 176+118+145=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B07691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07691 is #4F896E. Grayscale: #8A8A8A. Windows color (decimal): -5212527 or 9533104. OLE color: 9533104.

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

Color convert

RGB 176 118 145 -
CMYK 0 0.33 0.18 0.31
HSL 332.07º 0.27% 0.58% -
HSV(B) 332.07º 0.33% 0.69% -
XYZ 29.49 24.23 29.91 -
YUV 138.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 176 118 145 0 0.33 0.18 0.31 332.07 0.27 0.58
Hex B0 76 91 0 21 12 1F 14C 1B 3A
Octal 260 166 221 0 41 22 37 514 33 72
Binary 10110000 1110110 10010001 0 100001 10010 11111 101001100 11011 111010

Color Harmonies of #B07691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07691

Black with #B07691

Text Example


Text Example

White with #B07691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07691; }

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

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

background-color css

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

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

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

border-color css

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

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

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