Html Css Color HEX #B0758D Tapestry

📋 copy color: '#B0758D'

red 176 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #B0758D

Tints of Tapestry #B0758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 40.55%
G = 26.96%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0758D (or 0xB0758D) is known color: Tapestry. HEX triplet: B0, 75 and 8D. RGB value is (176,117,141). Sum of RGB (Red+Green+Blue) = 176+117+141=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758D is #4F8A72. Grayscale: #898989. Windows color (decimal): -5212787 or 9270704. OLE color: 9270704.

HSL color Cylindrical-coordinate representation of color #B0758D: hue angle of 335.59º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0758D is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 141 -
CMYK 0 0.34 0.20 0.31
HSL 335.59º 0.27% 0.57% -
HSV(B) 335.59º 0.34% 0.69% -
XYZ 29.07 23.88 28.28 -
YUV 137.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 176 117 141 0 0.34 0.20 0.31 335.59 0.27 0.57
Hex B0 75 8D 0 22 14 1F 150 1B 39
Octal 260 165 215 0 42 24 37 520 33 71
Binary 10110000 1110101 10001101 0 100010 10100 11111 101010000 11011 111001

Color Harmonies of #B0758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0758D

Black with #B0758D

Text Example


Text Example

White with #B0758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0758D; }

 p { color: rgb(176,117,141); }

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

background-color css

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

 a { background-color: rgb(176,117,141); }

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

border-color css

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

 span { border-color: rgb(176,117,141); }

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