Html Css Color HEX #B07787 Tapestry

📋 copy color: '#B07787'

red 176 ◦ green 119 ◦ blue 135

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

Shades of Tapestry #B07787

Tints of Tapestry #B07787

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 40.93%
G = 27.67%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B07787 (or 0xB07787) is known color: Tapestry. HEX triplet: B0, 77 and 87. RGB value is (176,119,135). Sum of RGB (Red+Green+Blue) = 176+119+135=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B07787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07787 is #4F8878. Grayscale: #898989. Windows color (decimal): -5212281 or 8878000. OLE color: 8878000.

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

Color convert

RGB 176 119 135 -
CMYK 0 0.32 0.23 0.31
HSL 343.16º 0.27% 0.58% -
HSV(B) 343.16º 0.32% 0.69% -
XYZ 28.87 24.17 26.07 -
YUV 137.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 176 119 135 0 0.32 0.23 0.31 343.16 0.27 0.58
Hex B0 77 87 0 20 17 1F 157 1B 3A
Octal 260 167 207 0 40 27 37 527 33 72
Binary 10110000 1110111 10000111 0 100000 10111 11111 101010111 11011 111010

Color Harmonies of #B07787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07787

Black with #B07787

Text Example


Text Example

White with #B07787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07787; }

 p { color: rgb(176,119,135); }

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

background-color css

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

 a { background-color: rgb(176,119,135); }

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

border-color css

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

 span { border-color: rgb(176,119,135); }

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