Html Css Color HEX #B0658C Tapestry

📋 copy color: '#B0658C'

red 176 ◦ green 101 ◦ blue 140

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

Shades of Tapestry #B0658C

Tints of Tapestry #B0658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 42.21%
G = 24.22%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0658C (or 0xB0658C) is known color: Tapestry. HEX triplet: B0, 65 and 8C. RGB value is (176,101,140). Sum of RGB (Red+Green+Blue) = 176+101+140=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658C is #4F9A73. Grayscale: #7F7F7F. Windows color (decimal): -5216884 or 9201072. OLE color: 9201072.

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

Color convert

RGB 176 101 140 -
CMYK 0 0.43 0.20 0.31
HSL 328.8º 0.32% 0.54% -
HSV(B) 328.8º 0.43% 0.69% -
XYZ 27.29 20.43 27.32 -
YUV 127.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 176 101 140 0 0.43 0.20 0.31 328.8 0.32 0.54
Hex B0 65 8C 0 2B 14 1F 149 20 36
Octal 260 145 214 0 53 24 37 511 40 66
Binary 10110000 1100101 10001100 0 101011 10100 11111 101001001 100000 110110

Color Harmonies of #B0658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0658C

Black with #B0658C

Text Example


Text Example

White with #B0658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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