Html Css Color HEX #B97E8A Tapestry

📋 copy color: '#B97E8A'

red 185 ◦ green 126 ◦ blue 138

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

Shades of Tapestry #B97E8A

Tints of Tapestry #B97E8A

RGB

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

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

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

R = 41.2%
G = 28.06%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B97E8A (or 0xB97E8A) is known color: Tapestry. HEX triplet: B9, 7E and 8A. RGB value is (185,126,138). Sum of RGB (Red+Green+Blue) = 185+126+138=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E8A is #468175. Grayscale: #919191. Windows color (decimal): -4620662 or 9076409. OLE color: 9076409.

HSL color Cylindrical-coordinate representation of color #B97E8A: hue angle of 347.8º 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 #B97E8A is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 138 -
CMYK 0 0.32 0.25 0.27
HSL 347.8º 0.3% 0.61% -
HSV(B) 347.8º 0.32% 0.73% -
XYZ 32.06 27.07 27.58 -
YUV 145.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 185 126 138 0 0.32 0.25 0.27 347.8 0.3 0.61
Hex B9 7E 8A 0 20 19 1B 15C 1E 3D
Octal 271 176 212 0 40 31 33 534 36 75
Binary 10111001 1111110 10001010 0 100000 11001 11011 101011100 11110 111101

Color Harmonies of #B97E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E8A

Black with #B97E8A

Text Example


Text Example

White with #B97E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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