Html Css Color HEX #B27F84 Tapestry

📋 copy color: '#B27F84'

red 178 ◦ green 127 ◦ blue 132

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

Shades of Tapestry #B27F84

Tints of Tapestry #B27F84

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 132 (51.95% from 255) = 30.21%

R = 40.73%
G = 29.06%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B27F84 (or 0xB27F84) is known color: Tapestry. HEX triplet: B2, 7F and 84. RGB value is (178,127,132). Sum of RGB (Red+Green+Blue) = 178+127+132=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F84 is #4D807B. Grayscale: #8E8E8E. Windows color (decimal): -5079164 or 8683442. OLE color: 8683442.

HSL color Cylindrical-coordinate representation of color #B27F84: hue angle of 354.12º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27F84 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 127 132 -
CMYK 0 0.29 0.26 0.30
HSL 354.12º 0.25% 0.6% -
HSV(B) 354.12º 0.29% 0.7% -
XYZ 30.11 26.31 25.32 -
YUV 142.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 178 127 132 0 0.29 0.26 0.30 354.12 0.25 0.6
Hex B2 7F 84 0 1D 1A 1E 162 19 3C
Octal 262 177 204 0 35 32 36 542 31 74
Binary 10110010 1111111 10000100 0 11101 11010 11110 101100010 11001 111100

Color Harmonies of #B27F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F84

Black with #B27F84

Text Example


Text Example

White with #B27F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F84; }

 p { color: rgb(178,127,132); }

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

background-color css

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

 a { background-color: rgb(178,127,132); }

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

border-color css

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

 span { border-color: rgb(178,127,132); }

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