Html Css Color HEX #B27C88 Tapestry

📋 copy color: '#B27C88'

red 178 ◦ green 124 ◦ blue 136

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

Shades of Tapestry #B27C88

Tints of Tapestry #B27C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.31%

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 40.64%
G = 28.31%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B27C88 (or 0xB27C88) is known color: Tapestry. HEX triplet: B2, 7C and 88. RGB value is (178,124,136). Sum of RGB (Red+Green+Blue) = 178+124+136=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27C88 is #4D8377. Grayscale: #8D8D8D. Windows color (decimal): -5079928 or 8944818. OLE color: 8944818.

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

Color convert

RGB 178 124 136 -
CMYK 0 0.30 0.24 0.30
HSL 346.67º 0.26% 0.59% -
HSV(B) 346.67º 0.3% 0.7% -
XYZ 30.01 25.66 26.66 -
YUV 141.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 178 124 136 0 0.30 0.24 0.30 346.67 0.26 0.59
Hex B2 7C 88 0 1E 18 1E 15B 1A 3B
Octal 262 174 210 0 36 30 36 533 32 73
Binary 10110010 1111100 10001000 0 11110 11000 11110 101011011 11010 111011

Color Harmonies of #B27C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27C88

Black with #B27C88

Text Example


Text Example

White with #B27C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27C88; }

 p { color: rgb(178,124,136); }

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

background-color css

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

 a { background-color: rgb(178,124,136); }

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

border-color css

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

 span { border-color: rgb(178,124,136); }

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