Html Css Color HEX #B0657E Tapestry

📋 copy color: '#B0657E'

red 176 ◦ green 101 ◦ blue 126

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

Shades of Tapestry #B0657E

Tints of Tapestry #B0657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 43.67%
G = 25.06%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0657E (or 0xB0657E) is known color: Tapestry. HEX triplet: B0, 65 and 7E. RGB value is (176,101,126). Sum of RGB (Red+Green+Blue) = 176+101+126=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0657E is #4F9A81. Grayscale: #7E7E7E. Windows color (decimal): -5216898 or 8283568. OLE color: 8283568.

HSL color Cylindrical-coordinate representation of color #B0657E: hue angle of 340º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0657E is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 126 -
CMYK 0 0.43 0.28 0.31
HSL 340º 0.32% 0.54% -
HSV(B) 340º 0.43% 0.69% -
XYZ 26.32 20.04 22.22 -
YUV 126.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 176 101 126 0 0.43 0.28 0.31 340 0.32 0.54
Hex B0 65 7E 0 2B 1C 1F 154 20 36
Octal 260 145 176 0 53 34 37 524 40 66
Binary 10110000 1100101 1111110 0 101011 11100 11111 101010100 100000 110110

Color Harmonies of #B0657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0657E

Black with #B0657E

Text Example


Text Example

White with #B0657E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0657E; }

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

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

background-color css

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

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

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

border-color css

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

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

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