Html Css Color HEX #B27D90 Tapestry

📋 copy color: '#B27D90'

red 178 ◦ green 125 ◦ blue 144

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

Shades of Tapestry #B27D90

Tints of Tapestry #B27D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 39.82%
G = 27.96%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27D90 (or 0xB27D90) is known color: Tapestry. HEX triplet: B2, 7D and 90. RGB value is (178,125,144). Sum of RGB (Red+Green+Blue) = 178+125+144=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D90 is #4D826F. Grayscale: #8E8E8E. Windows color (decimal): -5079664 or 9469362. OLE color: 9469362.

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

Color convert

RGB 178 125 144 -
CMYK 0 0.30 0.19 0.30
HSL 338.49º 0.26% 0.59% -
HSV(B) 338.49º 0.3% 0.7% -
XYZ 30.73 26.15 29.81 -
YUV 143.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 178 125 144 0 0.30 0.19 0.30 338.49 0.26 0.59
Hex B2 7D 90 0 1E 13 1E 152 1A 3B
Octal 262 175 220 0 36 23 36 522 32 73
Binary 10110010 1111101 10010000 0 11110 10011 11110 101010010 11010 111011

Color Harmonies of #B27D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D90

Black with #B27D90

Text Example


Text Example

White with #B27D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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