Html Css Color HEX #B97F8A Tapestry

📋 copy color: '#B97F8A'

red 185 ◦ green 127 ◦ blue 138

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

Shades of Tapestry #B97F8A

Tints of Tapestry #B97F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 41.11%
G = 28.22%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B97F8A (or 0xB97F8A) is known color: Tapestry. HEX triplet: B9, 7F and 8A. RGB value is (185,127,138). Sum of RGB (Red+Green+Blue) = 185+127+138=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8A is #468075. Grayscale: #919191. Windows color (decimal): -4620406 or 9076665. OLE color: 9076665.

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

Color convert

RGB 185 127 138 -
CMYK 0 0.31 0.25 0.27
HSL 348.62º 0.29% 0.61% -
HSV(B) 348.62º 0.31% 0.73% -
XYZ 32.18 27.33 27.62 -
YUV 145.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 185 127 138 0 0.31 0.25 0.27 348.62 0.29 0.61
Hex B9 7F 8A 0 1F 19 1B 15D 1D 3D
Octal 271 177 212 0 37 31 33 535 35 75
Binary 10111001 1111111 10001010 0 11111 11001 11011 101011101 11101 111101

Color Harmonies of #B97F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F8A

Black with #B97F8A

Text Example


Text Example

White with #B97F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F8A; }

 p { color: rgb(185,127,138); }

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

background-color css

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

 a { background-color: rgb(185,127,138); }

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

border-color css

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

 span { border-color: rgb(185,127,138); }

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