Html Css Color HEX #B97794 Tapestry

📋 copy color: '#B97794'

red 185 ◦ green 119 ◦ blue 148

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

Shades of Tapestry #B97794

Tints of Tapestry #B97794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

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

R = 40.93%
G = 26.33%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B97794 (or 0xB97794) is known color: Tapestry. HEX triplet: B9, 77 and 94. RGB value is (185,119,148). Sum of RGB (Red+Green+Blue) = 185+119+148=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97794 is #46886B. Grayscale: #8D8D8D. Windows color (decimal): -4622444 or 9729977. OLE color: 9729977.

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

Color convert

RGB 185 119 148 -
CMYK 0 0.36 0.20 0.27
HSL 333.64º 0.32% 0.6% -
HSV(B) 333.64º 0.36% 0.73% -
XYZ 31.95 25.65 31.28 -
YUV 142.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 185 119 148 0 0.36 0.20 0.27 333.64 0.32 0.6
Hex B9 77 94 0 24 14 1B 14E 20 3C
Octal 271 167 224 0 44 24 33 516 40 74
Binary 10111001 1110111 10010100 0 100100 10100 11011 101001110 100000 111100

Color Harmonies of #B97794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97794

Black with #B97794

Text Example


Text Example

White with #B97794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97794; }

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

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

background-color css

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

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

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

border-color css

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

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

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