Html Css Color HEX #B97384 Tapestry

📋 copy color: '#B97384'

red 185 ◦ green 115 ◦ blue 132

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

Shades of Tapestry #B97384

Tints of Tapestry #B97384

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.62%

 BLUE value IS 132 (51.95% from 255) = 30.56%

R = 42.82%
G = 26.62%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B97384 (or 0xB97384) is known color: Tapestry. HEX triplet: B9, 73 and 84. RGB value is (185,115,132). Sum of RGB (Red+Green+Blue) = 185+115+132=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B97384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97384 is #468C7B. Grayscale: #898989. Windows color (decimal): -4623484 or 8680377. OLE color: 8680377.

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

Color convert

RGB 185 115 132 -
CMYK 0 0.38 0.29 0.27
HSL 345.43º 0.33% 0.59% -
HSV(B) 345.43º 0.38% 0.73% -
XYZ 30.3 24.24 24.91 -
YUV 137.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 185 115 132 0 0.38 0.29 0.27 345.43 0.33 0.59
Hex B9 73 84 0 26 1D 1B 159 21 3B
Octal 271 163 204 0 46 35 33 531 41 73
Binary 10111001 1110011 10000100 0 100110 11101 11011 101011001 100001 111011

Color Harmonies of #B97384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97384

Black with #B97384

Text Example


Text Example

White with #B97384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97384; }

 p { color: rgb(185,115,132); }

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

background-color css

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

 a { background-color: rgb(185,115,132); }

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

border-color css

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

 span { border-color: rgb(185,115,132); }

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