Html Css Color HEX #B2638A Tapestry

📋 copy color: '#B2638A'

red 178 ◦ green 99 ◦ blue 138

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

Shades of Tapestry #B2638A

Tints of Tapestry #B2638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

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

R = 42.89%
G = 23.86%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2638A (or 0xB2638A) is known color: Tapestry. HEX triplet: B2, 63 and 8A. RGB value is (178,99,138). Sum of RGB (Red+Green+Blue) = 178+99+138=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2638A is #4D9C75. Grayscale: #7E7E7E. Windows color (decimal): -5086326 or 9069490. OLE color: 9069490.

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

Color convert

RGB 178 99 138 -
CMYK 0 0.44 0.22 0.30
HSL 330.38º 0.34% 0.54% -
HSV(B) 330.38º 0.44% 0.7% -
XYZ 27.41 20.22 26.5 -
YUV 127.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 178 99 138 0 0.44 0.22 0.30 330.38 0.34 0.54
Hex B2 63 8A 0 2C 16 1E 14A 22 36
Octal 262 143 212 0 54 26 36 512 42 66
Binary 10110010 1100011 10001010 0 101100 10110 11110 101001010 100010 110110

Color Harmonies of #B2638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2638A

Black with #B2638A

Text Example


Text Example

White with #B2638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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