Html Css Color HEX #B07689 Tapestry

📋 copy color: '#B07689'

red 176 ◦ green 118 ◦ blue 137

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

Shades of Tapestry #B07689

Tints of Tapestry #B07689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.79%

R = 40.84%
G = 27.38%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B07689 (or 0xB07689) is known color: Tapestry. HEX triplet: B0, 76 and 89. RGB value is (176,118,137). Sum of RGB (Red+Green+Blue) = 176+118+137=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B07689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07689 is #4F8976. Grayscale: #898989. Windows color (decimal): -5212535 or 9008816. OLE color: 9008816.

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

Color convert

RGB 176 118 137 -
CMYK 0 0.33 0.22 0.31
HSL 340.34º 0.27% 0.58% -
HSV(B) 340.34º 0.33% 0.69% -
XYZ 28.9 23.99 26.77 -
YUV 137.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 176 118 137 0 0.33 0.22 0.31 340.34 0.27 0.58
Hex B0 76 89 0 21 16 1F 154 1B 3A
Octal 260 166 211 0 41 26 37 524 33 72
Binary 10110000 1110110 10001001 0 100001 10110 11111 101010100 11011 111010

Color Harmonies of #B07689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07689

Black with #B07689

Text Example


Text Example

White with #B07689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07689; }

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

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

background-color css

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

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

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

border-color css

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

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

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