Html Css Color HEX #B27988 Tapestry

📋 copy color: '#B27988'

red 178 ◦ green 121 ◦ blue 136

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

Shades of Tapestry #B27988

Tints of Tapestry #B27988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.82%

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

R = 40.92%
G = 27.82%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B27988 (or 0xB27988) is known color: Tapestry. HEX triplet: B2, 79 and 88. RGB value is (178,121,136). Sum of RGB (Red+Green+Blue) = 178+121+136=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B27988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27988 is #4D8677. Grayscale: #8B8B8B. Windows color (decimal): -5080696 or 8944050. OLE color: 8944050.

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

Color convert

RGB 178 121 136 -
CMYK 0 0.32 0.24 0.30
HSL 344.21º 0.27% 0.59% -
HSV(B) 344.21º 0.32% 0.7% -
XYZ 29.64 24.92 26.54 -
YUV 139.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 178 121 136 0 0.32 0.24 0.30 344.21 0.27 0.59
Hex B2 79 88 0 20 18 1E 158 1B 3B
Octal 262 171 210 0 40 30 36 530 33 73
Binary 10110010 1111001 10001000 0 100000 11000 11110 101011000 11011 111011

Color Harmonies of #B27988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27988

Black with #B27988

Text Example


Text Example

White with #B27988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27988; }

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

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

background-color css

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

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

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

border-color css

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

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

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