Html Css Color HEX #B27A8D Tapestry

📋 copy color: '#B27A8D'

red 178 ◦ green 122 ◦ blue 141

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

Shades of Tapestry #B27A8D

Tints of Tapestry #B27A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

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

R = 40.36%
G = 27.66%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B27A8D (or 0xB27A8D) is known color: Tapestry. HEX triplet: B2, 7A and 8D. RGB value is (178,122,141). Sum of RGB (Red+Green+Blue) = 178+122+141=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A8D is #4D8572. Grayscale: #8C8C8C. Windows color (decimal): -5080435 or 9271986. OLE color: 9271986.

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

Color convert

RGB 178 122 141 -
CMYK 0 0.31 0.21 0.30
HSL 339.64º 0.27% 0.59% -
HSV(B) 339.64º 0.31% 0.7% -
XYZ 30.13 25.31 28.5 -
YUV 140.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 178 122 141 0 0.31 0.21 0.30 339.64 0.27 0.59
Hex B2 7A 8D 0 1F 15 1E 154 1B 3B
Octal 262 172 215 0 37 25 36 524 33 73
Binary 10110010 1111010 10001101 0 11111 10101 11110 101010100 11011 111011

Color Harmonies of #B27A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27A8D

Black with #B27A8D

Text Example


Text Example

White with #B27A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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