Html Css Color HEX #B27881 Tapestry

📋 copy color: '#B27881'

red 178 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #B27881

Tints of Tapestry #B27881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 41.69%
G = 28.1%
B = 30.21%

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

#B27881 (or 0xB27881) is known color: Tapestry. HEX triplet: B2, 78 and 81. RGB value is (178,120,129). Sum of RGB (Red+Green+Blue) = 178+120+129=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B27881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27881 is #4D877E. Grayscale: #8A8A8A. Windows color (decimal): -5080959 or 8485042. OLE color: 8485042.

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

Color convert

RGB 178 120 129 -
CMYK 0 0.33 0.28 0.30
HSL 350.69º 0.27% 0.58% -
HSV(B) 350.69º 0.33% 0.7% -
XYZ 29.04 24.48 23.96 -
YUV 138.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 178 120 129 0 0.33 0.28 0.30 350.69 0.27 0.58
Hex B2 78 81 0 21 1C 1E 15F 1B 3A
Octal 262 170 201 0 41 34 36 537 33 72
Binary 10110010 1111000 10000001 0 100001 11100 11110 101011111 11011 111010

Color Harmonies of #B27881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27881

Black with #B27881

Text Example


Text Example

White with #B27881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27881; }

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

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

background-color css

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

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

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

border-color css

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

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

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