Html Css Color HEX #B27880 Tapestry

📋 copy color: '#B27880'

red 178 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #B27880

Tints of Tapestry #B27880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 128 (50.39% from 255) = 30.05%

R = 41.78%
G = 28.17%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27880 (or 0xB27880) is known color: Tapestry. HEX triplet: B2, 78 and 80. RGB value is (178,120,128). Sum of RGB (Red+Green+Blue) = 178+120+128=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B27880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27880 is #4D877F. Grayscale: #8A8A8A. Windows color (decimal): -5080960 or 8419506. OLE color: 8419506.

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

Color convert

RGB 178 120 128 -
CMYK 0 0.33 0.28 0.30
HSL 351.72º 0.27% 0.58% -
HSV(B) 351.72º 0.33% 0.7% -
XYZ 28.97 24.46 23.62 -
YUV 138.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 178 120 128 0 0.33 0.28 0.30 351.72 0.27 0.58
Hex B2 78 80 0 21 1C 1E 160 1B 3A
Octal 262 170 200 0 41 34 36 540 33 72
Binary 10110010 1111000 10000000 0 100001 11100 11110 101100000 11011 111010

Color Harmonies of #B27880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27880

Black with #B27880

Text Example


Text Example

White with #B27880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27880; }

 p { color: rgb(178,120,128); }

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

background-color css

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

 a { background-color: rgb(178,120,128); }

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

border-color css

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

 span { border-color: rgb(178,120,128); }

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