Html Css Color HEX #B0758B Tapestry

📋 copy color: '#B0758B'

red 176 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #B0758B

Tints of Tapestry #B0758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 40.74%
G = 27.08%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0758B (or 0xB0758B) is known color: Tapestry. HEX triplet: B0, 75 and 8B. RGB value is (176,117,139). Sum of RGB (Red+Green+Blue) = 176+117+139=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758B is #4F8A74. Grayscale: #898989. Windows color (decimal): -5212789 or 9139632. OLE color: 9139632.

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

Color convert

RGB 176 117 139 -
CMYK 0 0.34 0.21 0.31
HSL 337.63º 0.27% 0.57% -
HSV(B) 337.63º 0.34% 0.69% -
XYZ 28.93 23.82 27.5 -
YUV 137.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 176 117 139 0 0.34 0.21 0.31 337.63 0.27 0.57
Hex B0 75 8B 0 22 15 1F 152 1B 39
Octal 260 165 213 0 42 25 37 522 33 71
Binary 10110000 1110101 10001011 0 100010 10101 11111 101010010 11011 111001

Color Harmonies of #B0758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0758B

Black with #B0758B

Text Example


Text Example

White with #B0758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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