Html Css Color HEX #B0757E Tapestry

📋 copy color: '#B0757E'

red 176 ◦ green 117 ◦ blue 126

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

Shades of Tapestry #B0757E

Tints of Tapestry #B0757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 42%
G = 27.92%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0757E (or 0xB0757E) is known color: Tapestry. HEX triplet: B0, 75 and 7E. RGB value is (176,117,126). Sum of RGB (Red+Green+Blue) = 176+117+126=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757E is #4F8A81. Grayscale: #878787. Windows color (decimal): -5212802 or 8287664. OLE color: 8287664.

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

Color convert

RGB 176 117 126 -
CMYK 0 0.34 0.28 0.31
HSL 350.85º 0.27% 0.57% -
HSV(B) 350.85º 0.34% 0.69% -
XYZ 28.03 23.46 22.79 -
YUV 135.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 176 117 126 0 0.34 0.28 0.31 350.85 0.27 0.57
Hex B0 75 7E 0 22 1C 1F 15F 1B 39
Octal 260 165 176 0 42 34 37 537 33 71
Binary 10110000 1110101 1111110 0 100010 11100 11111 101011111 11011 111001

Color Harmonies of #B0757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0757E

Black with #B0757E

Text Example


Text Example

White with #B0757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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