Html Css Color HEX #B2628A Tapestry

📋 copy color: '#B2628A'

red 178 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #B2628A

Tints of Tapestry #B2628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 43%
G = 23.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2628A (or 0xB2628A) is known color: Tapestry. HEX triplet: B2, 62 and 8A. RGB value is (178,98,138). Sum of RGB (Red+Green+Blue) = 178+98+138=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B2628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2628A is #4D9D75. Grayscale: #7E7E7E. Windows color (decimal): -5086582 or 9069234. OLE color: 9069234.

HSL color Cylindrical-coordinate representation of color #B2628A: hue angle of 330º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2628A is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 138 -
CMYK 0 0.45 0.22 0.30
HSL 330º 0.34% 0.54% -
HSV(B) 330º 0.45% 0.7% -
XYZ 27.32 20.04 26.47 -
YUV 126.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 178 98 138 0 0.45 0.22 0.30 330 0.34 0.54
Hex B2 62 8A 0 2D 16 1E 14A 22 36
Octal 262 142 212 0 55 26 36 512 42 66
Binary 10110010 1100010 10001010 0 101101 10110 11110 101001010 100010 110110

Color Harmonies of #B2628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2628A

Black with #B2628A

Text Example


Text Example

White with #B2628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2628A; }

 p { color: rgb(178,98,138); }

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

background-color css

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

 a { background-color: rgb(178,98,138); }

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

border-color css

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

 span { border-color: rgb(178,98,138); }

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