Html Css Color HEX #B97D8A Tapestry

📋 copy color: '#B97D8A'

red 185 ◦ green 125 ◦ blue 138

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

Shades of Tapestry #B97D8A

Tints of Tapestry #B97D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

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

R = 41.29%
G = 27.9%
B = 30.8%

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

#B97D8A (or 0xB97D8A) is known color: Tapestry. HEX triplet: B9, 7D and 8A. RGB value is (185,125,138). Sum of RGB (Red+Green+Blue) = 185+125+138=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D8A is #468275. Grayscale: #909090. Windows color (decimal): -4620918 or 9076153. OLE color: 9076153.

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

Color convert

RGB 185 125 138 -
CMYK 0 0.32 0.25 0.27
HSL 347º 0.3% 0.61% -
HSV(B) 347º 0.32% 0.73% -
XYZ 31.93 26.82 27.54 -
YUV 144.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 185 125 138 0 0.32 0.25 0.27 347 0.3 0.61
Hex B9 7D 8A 0 20 19 1B 15B 1E 3D
Octal 271 175 212 0 40 31 33 533 36 75
Binary 10111001 1111101 10001010 0 100000 11001 11011 101011011 11110 111101

Color Harmonies of #B97D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D8A

Black with #B97D8A

Text Example


Text Example

White with #B97D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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