Html Css Color HEX #B07881 Tapestry

📋 copy color: '#B07881'

red 176 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #B07881

Tints of Tapestry #B07881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.35%

R = 41.41%
G = 28.24%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B07881 (or 0xB07881) is known color: Tapestry. HEX triplet: B0, 78 and 81. RGB value is (176,120,129). Sum of RGB (Red+Green+Blue) = 176+120+129=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B07881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07881 is #4F877E. Grayscale: #898989. Windows color (decimal): -5212031 or 8485040. OLE color: 8485040.

HSL color Cylindrical-coordinate representation of color #B07881: hue angle of 350.36º 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 #B07881 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 129 -
CMYK 0 0.32 0.27 0.31
HSL 350.36º 0.26% 0.58% -
HSV(B) 350.36º 0.32% 0.69% -
XYZ 28.58 24.25 23.94 -
YUV 137.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 176 120 129 0 0.32 0.27 0.31 350.36 0.26 0.58
Hex B0 78 81 0 20 1B 1F 15E 1A 3A
Octal 260 170 201 0 40 33 37 536 32 72
Binary 10110000 1111000 10000001 0 100000 11011 11111 101011110 11010 111010

Color Harmonies of #B07881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07881

Black with #B07881

Text Example


Text Example

White with #B07881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07881; }

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

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

background-color css

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

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

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

border-color css

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

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

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