Html Css Color HEX #B2658C Tapestry

📋 copy color: '#B2658C'

red 178 ◦ green 101 ◦ blue 140

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

Shades of Tapestry #B2658C

Tints of Tapestry #B2658C

RGB

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

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

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

R = 42.48%
G = 24.11%
B = 33.41%

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

#B2658C (or 0xB2658C) is known color: Tapestry. HEX triplet: B2, 65 and 8C. RGB value is (178,101,140). Sum of RGB (Red+Green+Blue) = 178+101+140=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2658C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2658C is #4D9A73. Grayscale: #808080. Windows color (decimal): -5085812 or 9201074. OLE color: 9201074.

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

Color convert

RGB 178 101 140 -
CMYK 0 0.43 0.21 0.30
HSL 329.61º 0.33% 0.55% -
HSV(B) 329.61º 0.43% 0.7% -
XYZ 27.75 20.67 27.34 -
YUV 128.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 178 101 140 0 0.43 0.21 0.30 329.61 0.33 0.55
Hex B2 65 8C 0 2B 15 1E 14A 21 37
Octal 262 145 214 0 53 25 36 512 41 67
Binary 10110010 1100101 10001100 0 101011 10101 11110 101001010 100001 110111

Color Harmonies of #B2658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2658C

Black with #B2658C

Text Example


Text Example

White with #B2658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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