Html Css Color HEX #B2658D Tapestry

📋 copy color: '#B2658D'

red 178 ◦ green 101 ◦ blue 141

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

Shades of Tapestry #B2658D

Tints of Tapestry #B2658D

RGB

 RED value IS 178 (69.92% from 255) = 42.38%

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 42.38%
G = 24.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2658D (or 0xB2658D) is known color: Tapestry. HEX triplet: B2, 65 and 8D. RGB value is (178,101,141). Sum of RGB (Red+Green+Blue) = 178+101+141=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2658D is #4D9A72. Grayscale: #808080. Windows color (decimal): -5085811 or 9266610. OLE color: 9266610.

HSL color Cylindrical-coordinate representation of color #B2658D: hue angle of 328.83º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2658D is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 141 -
CMYK 0 0.43 0.21 0.30
HSL 328.83º 0.33% 0.55% -
HSV(B) 328.83º 0.43% 0.7% -
XYZ 27.82 20.7 27.73 -
YUV 128.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 178 101 141 0 0.43 0.21 0.30 328.83 0.33 0.55
Hex B2 65 8D 0 2B 15 1E 149 21 37
Octal 262 145 215 0 53 25 36 511 41 67
Binary 10110010 1100101 10001101 0 101011 10101 11110 101001001 100001 110111

Color Harmonies of #B2658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2658D

Black with #B2658D

Text Example


Text Example

White with #B2658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2658D; }

 p { color: rgb(178,101,141); }

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

background-color css

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

 a { background-color: rgb(178,101,141); }

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

border-color css

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

 span { border-color: rgb(178,101,141); }

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