Html Css Color HEX #B07786 Tapestry

📋 copy color: '#B07786'

red 176 ◦ green 119 ◦ blue 134

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

Shades of Tapestry #B07786

Tints of Tapestry #B07786

RGB

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

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

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

R = 41.03%
G = 27.74%
B = 31.24%

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

#B07786 (or 0xB07786) is known color: Tapestry. HEX triplet: B0, 77 and 86. RGB value is (176,119,134). Sum of RGB (Red+Green+Blue) = 176+119+134=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07786 is #4F8879. Grayscale: #898989. Windows color (decimal): -5212282 or 8812464. OLE color: 8812464.

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

Color convert

RGB 176 119 134 -
CMYK 0 0.32 0.24 0.31
HSL 344.21º 0.27% 0.58% -
HSV(B) 344.21º 0.32% 0.69% -
XYZ 28.8 24.14 25.7 -
YUV 137.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 176 119 134 0 0.32 0.24 0.31 344.21 0.27 0.58
Hex B0 77 86 0 20 18 1F 158 1B 3A
Octal 260 167 206 0 40 30 37 530 33 72
Binary 10110000 1110111 10000110 0 100000 11000 11111 101011000 11011 111010

Color Harmonies of #B07786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07786

Black with #B07786

Text Example


Text Example

White with #B07786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07786; }

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

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

background-color css

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

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

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

border-color css

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

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

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