Html Css Color HEX #B07886 Tapestry

📋 copy color: '#B07886'

red 176 ◦ green 120 ◦ blue 134

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

Shades of Tapestry #B07886

Tints of Tapestry #B07886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.91%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 40.93%
G = 27.91%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07886 (or 0xB07886) is known color: Tapestry. HEX triplet: B0, 78 and 86. RGB value is (176,120,134). Sum of RGB (Red+Green+Blue) = 176+120+134=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07886 is #4F8779. Grayscale: #8A8A8A. Windows color (decimal): -5212026 or 8812720. OLE color: 8812720.

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

Color convert

RGB 176 120 134 -
CMYK 0 0.32 0.24 0.31
HSL 345º 0.26% 0.58% -
HSV(B) 345º 0.32% 0.69% -
XYZ 28.92 24.38 25.74 -
YUV 138.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 176 120 134 0 0.32 0.24 0.31 345 0.26 0.58
Hex B0 78 86 0 20 18 1F 159 1A 3A
Octal 260 170 206 0 40 30 37 531 32 72
Binary 10110000 1111000 10000110 0 100000 11000 11111 101011001 11010 111010

Color Harmonies of #B07886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07886

Black with #B07886

Text Example


Text Example

White with #B07886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07886; }

 p { color: rgb(176,120,134); }

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

background-color css

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

 a { background-color: rgb(176,120,134); }

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

border-color css

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

 span { border-color: rgb(176,120,134); }

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