Html Css Color HEX #B97782 Tapestry

📋 copy color: '#B97782'

red 185 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #B97782

Tints of Tapestry #B97782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 42.63%
G = 27.42%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B97782 (or 0xB97782) is known color: Tapestry. HEX triplet: B9, 77 and 82. RGB value is (185,119,130). Sum of RGB (Red+Green+Blue) = 185+119+130=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B97782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97782 is #46887D. Grayscale: #8C8C8C. Windows color (decimal): -4622462 or 8550329. OLE color: 8550329.

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

Color convert

RGB 185 119 130 -
CMYK 0 0.36 0.30 0.27
HSL 350º 0.32% 0.6% -
HSV(B) 350º 0.36% 0.73% -
XYZ 30.63 25.12 24.35 -
YUV 139.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 185 119 130 0 0.36 0.30 0.27 350 0.32 0.6
Hex B9 77 82 0 24 1E 1B 15E 20 3C
Octal 271 167 202 0 44 36 33 536 40 74
Binary 10111001 1110111 10000010 0 100100 11110 11011 101011110 100000 111100

Color Harmonies of #B97782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97782

Black with #B97782

Text Example


Text Example

White with #B97782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97782; }

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

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

background-color css

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

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

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

border-color css

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

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

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