Html Css Color HEX #B0758A Tapestry

📋 copy color: '#B0758A'

red 176 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #B0758A

Tints of Tapestry #B0758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 40.84%
G = 27.15%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0758A (or 0xB0758A) is known color: Tapestry. HEX triplet: B0, 75 and 8A. RGB value is (176,117,138). Sum of RGB (Red+Green+Blue) = 176+117+138=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0758A is #4F8A75. Grayscale: #898989. Windows color (decimal): -5212790 or 9074096. OLE color: 9074096.

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

Color convert

RGB 176 117 138 -
CMYK 0 0.34 0.22 0.31
HSL 338.64º 0.27% 0.57% -
HSV(B) 338.64º 0.34% 0.69% -
XYZ 28.85 23.79 27.12 -
YUV 137.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 176 117 138 0 0.34 0.22 0.31 338.64 0.27 0.57
Hex B0 75 8A 0 22 16 1F 153 1B 39
Octal 260 165 212 0 42 26 37 523 33 71
Binary 10110000 1110101 10001010 0 100010 10110 11111 101010011 11011 111001

Color Harmonies of #B0758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0758A

Black with #B0758A

Text Example


Text Example

White with #B0758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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