Html Css Color HEX #B97685 Tapestry

📋 copy color: '#B97685'

red 185 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #B97685

Tints of Tapestry #B97685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.06%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 42.43%
G = 27.06%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B97685 (or 0xB97685) is known color: Tapestry. HEX triplet: B9, 76 and 85. RGB value is (185,118,133). Sum of RGB (Red+Green+Blue) = 185+118+133=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B97685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97685 is #46897A. Grayscale: #8B8B8B. Windows color (decimal): -4622715 or 8746681. OLE color: 8746681.

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

Color convert

RGB 185 118 133 -
CMYK 0 0.36 0.28 0.27
HSL 346.57º 0.32% 0.59% -
HSV(B) 346.57º 0.36% 0.73% -
XYZ 30.72 24.96 25.39 -
YUV 139.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 185 118 133 0 0.36 0.28 0.27 346.57 0.32 0.59
Hex B9 76 85 0 24 1C 1B 15B 20 3B
Octal 271 166 205 0 44 34 33 533 40 73
Binary 10111001 1110110 10000101 0 100100 11100 11011 101011011 100000 111011

Color Harmonies of #B97685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97685

Black with #B97685

Text Example


Text Example

White with #B97685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97685; }

 p { color: rgb(185,118,133); }

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

background-color css

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

 a { background-color: rgb(185,118,133); }

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

border-color css

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

 span { border-color: rgb(185,118,133); }

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