Html Css Color HEX #B97E94 Tapestry

📋 copy color: '#B97E94'

red 185 ◦ green 126 ◦ blue 148

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

Shades of Tapestry #B97E94

Tints of Tapestry #B97E94

RGB

 RED value IS 185 (72.66% from 255) = 40.31%

 GREEN value IS 126 (49.61% from 255) = 27.45%

 BLUE value IS 148 (58.2% from 255) = 32.24%

R = 40.31%
G = 27.45%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B97E94 (or 0xB97E94) is known color: Tapestry. HEX triplet: B9, 7E and 94. RGB value is (185,126,148). Sum of RGB (Red+Green+Blue) = 185+126+148=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E94 is #46816B. Grayscale: #929292. Windows color (decimal): -4620652 or 9731769. OLE color: 9731769.

HSL color Cylindrical-coordinate representation of color #B97E94: hue angle of 337.63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97E94 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 148 -
CMYK 0 0.32 0.20 0.27
HSL 337.63º 0.3% 0.61% -
HSV(B) 337.63º 0.32% 0.73% -
XYZ 32.81 27.37 31.57 -
YUV 146.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 185 126 148 0 0.32 0.20 0.27 337.63 0.3 0.61
Hex B9 7E 94 0 20 14 1B 152 1E 3D
Octal 271 176 224 0 40 24 33 522 36 75
Binary 10111001 1111110 10010100 0 100000 10100 11011 101010010 11110 111101

Color Harmonies of #B97E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E94

Black with #B97E94

Text Example


Text Example

White with #B97E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E94; }

 p { color: rgb(185,126,148); }

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

background-color css

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

 a { background-color: rgb(185,126,148); }

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

border-color css

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

 span { border-color: rgb(185,126,148); }

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