Html Css Color HEX #B27F93 Tapestry

📋 copy color: '#B27F93'

red 178 ◦ green 127 ◦ blue 147

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

Shades of Tapestry #B27F93

Tints of Tapestry #B27F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 39.38%
G = 28.1%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B27F93 (or 0xB27F93) is known color: Tapestry. HEX triplet: B2, 7F and 93. RGB value is (178,127,147). Sum of RGB (Red+Green+Blue) = 178+127+147=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F93 is #4D806C. Grayscale: #909090. Windows color (decimal): -5079149 or 9666482. OLE color: 9666482.

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

Color convert

RGB 178 127 147 -
CMYK 0 0.29 0.17 0.30
HSL 336.47º 0.25% 0.6% -
HSV(B) 336.47º 0.29% 0.7% -
XYZ 31.22 26.75 31.12 -
YUV 144.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 178 127 147 0 0.29 0.17 0.30 336.47 0.25 0.6
Hex B2 7F 93 0 1D 11 1E 150 19 3C
Octal 262 177 223 0 35 21 36 520 31 74
Binary 10110010 1111111 10010011 0 11101 10001 11110 101010000 11001 111100

Color Harmonies of #B27F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F93

Black with #B27F93

Text Example


Text Example

White with #B27F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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