Html Css Color HEX #B27D8E Tapestry

📋 copy color: '#B27D8E'

red 178 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #B27D8E

Tints of Tapestry #B27D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 40%
G = 28.09%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B27D8E (or 0xB27D8E) is known color: Tapestry. HEX triplet: B2, 7D and 8E. RGB value is (178,125,142). Sum of RGB (Red+Green+Blue) = 178+125+142=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D8E is #4D8271. Grayscale: #8E8E8E. Windows color (decimal): -5079666 or 9338290. OLE color: 9338290.

HSL color Cylindrical-coordinate representation of color #B27D8E: hue angle of 340.75º 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 #B27D8E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 142 -
CMYK 0 0.30 0.20 0.30
HSL 340.75º 0.26% 0.59% -
HSV(B) 340.75º 0.3% 0.7% -
XYZ 30.58 26.09 29.01 -
YUV 142.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 178 125 142 0 0.30 0.20 0.30 340.75 0.26 0.59
Hex B2 7D 8E 0 1E 14 1E 155 1A 3B
Octal 262 175 216 0 36 24 36 525 32 73
Binary 10110010 1111101 10001110 0 11110 10100 11110 101010101 11010 111011

Color Harmonies of #B27D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D8E

Black with #B27D8E

Text Example


Text Example

White with #B27D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D8E; }

 p { color: rgb(178,125,142); }

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

background-color css

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

 a { background-color: rgb(178,125,142); }

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

border-color css

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

 span { border-color: rgb(178,125,142); }

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