Html Css Color HEX #B0658B Tapestry

📋 copy color: '#B0658B'

red 176 ◦ green 101 ◦ blue 139

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

Shades of Tapestry #B0658B

Tints of Tapestry #B0658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 42.31%
G = 24.28%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0658B (or 0xB0658B) is known color: Tapestry. HEX triplet: B0, 65 and 8B. RGB value is (176,101,139). Sum of RGB (Red+Green+Blue) = 176+101+139=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658B is #4F9A74. Grayscale: #7F7F7F. Windows color (decimal): -5216885 or 9135536. OLE color: 9135536.

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

Color convert

RGB 176 101 139 -
CMYK 0 0.43 0.21 0.31
HSL 329.6º 0.32% 0.54% -
HSV(B) 329.6º 0.43% 0.69% -
XYZ 27.22 20.4 26.93 -
YUV 127.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 176 101 139 0 0.43 0.21 0.31 329.6 0.32 0.54
Hex B0 65 8B 0 2B 15 1F 14A 20 36
Octal 260 145 213 0 53 25 37 512 40 66
Binary 10110000 1100101 10001011 0 101011 10101 11111 101001010 100000 110110

Color Harmonies of #B0658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0658B

Black with #B0658B

Text Example


Text Example

White with #B0658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0658B; }

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

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

background-color css

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

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

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

border-color css

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

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

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