Html Css Color HEX #B27E8C Tapestry

📋 copy color: '#B27E8C'

red 178 ◦ green 126 ◦ blue 140

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

Shades of Tapestry #B27E8C

Tints of Tapestry #B27E8C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 40.09%
G = 28.38%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B27E8C (or 0xB27E8C) is known color: Tapestry. HEX triplet: B2, 7E and 8C. RGB value is (178,126,140). Sum of RGB (Red+Green+Blue) = 178+126+140=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E8C is #4D8173. Grayscale: #8F8F8F. Windows color (decimal): -5079412 or 9207474. OLE color: 9207474.

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

Color convert

RGB 178 126 140 -
CMYK 0 0.29 0.21 0.30
HSL 343.85º 0.25% 0.6% -
HSV(B) 343.85º 0.29% 0.7% -
XYZ 30.55 26.28 28.27 -
YUV 143.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 178 126 140 0 0.29 0.21 0.30 343.85 0.25 0.6
Hex B2 7E 8C 0 1D 15 1E 158 19 3C
Octal 262 176 214 0 35 25 36 530 31 74
Binary 10110010 1111110 10001100 0 11101 10101 11110 101011000 11001 111100

Color Harmonies of #B27E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E8C

Black with #B27E8C

Text Example


Text Example

White with #B27E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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