Html Css Color HEX #B0657D Tapestry

📋 copy color: '#B0657D'

red 176 ◦ green 101 ◦ blue 125

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

Shades of Tapestry #B0657D

Tints of Tapestry #B0657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 43.78%
G = 25.12%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0657D (or 0xB0657D) is known color: Tapestry. HEX triplet: B0, 65 and 7D. RGB value is (176,101,125). Sum of RGB (Red+Green+Blue) = 176+101+125=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0657D is #4F9A82. Grayscale: #7E7E7E. Windows color (decimal): -5216899 or 8218032. OLE color: 8218032.

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

Color convert

RGB 176 101 125 -
CMYK 0 0.43 0.29 0.31
HSL 340.8º 0.32% 0.54% -
HSV(B) 340.8º 0.43% 0.69% -
XYZ 26.26 20.02 21.88 -
YUV 126.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 176 101 125 0 0.43 0.29 0.31 340.8 0.32 0.54
Hex B0 65 7D 0 2B 1D 1F 155 20 36
Octal 260 145 175 0 53 35 37 525 40 66
Binary 10110000 1100101 1111101 0 101011 11101 11111 101010101 100000 110110

Color Harmonies of #B0657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0657D

Black with #B0657D

Text Example


Text Example

White with #B0657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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