Html Css Color HEX #B07686 Tapestry

📋 copy color: '#B07686'

red 176 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #B07686

Tints of Tapestry #B07686

RGB

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

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

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

R = 41.12%
G = 27.57%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B07686 (or 0xB07686) is known color: Tapestry. HEX triplet: B0, 76 and 86. RGB value is (176,118,134). Sum of RGB (Red+Green+Blue) = 176+118+134=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B07686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07686 is #4F8979. Grayscale: #898989. Windows color (decimal): -5212538 or 8812208. OLE color: 8812208.

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

Color convert

RGB 176 118 134 -
CMYK 0 0.33 0.24 0.31
HSL 343.45º 0.27% 0.58% -
HSV(B) 343.45º 0.33% 0.69% -
XYZ 28.69 23.91 25.66 -
YUV 137.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 176 118 134 0 0.33 0.24 0.31 343.45 0.27 0.58
Hex B0 76 86 0 21 18 1F 157 1B 3A
Octal 260 166 206 0 41 30 37 527 33 72
Binary 10110000 1110110 10000110 0 100001 11000 11111 101010111 11011 111010

Color Harmonies of #B07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07686

Black with #B07686

Text Example


Text Example

White with #B07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07686; }

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

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

background-color css

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

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

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

border-color css

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

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

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