Html Css Color HEX #B97382 Tapestry

📋 copy color: '#B97382'

red 185 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #B97382

Tints of Tapestry #B97382

RGB

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

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

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

R = 43.02%
G = 26.74%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B97382 (or 0xB97382) is known color: Tapestry. HEX triplet: B9, 73 and 82. RGB value is (185,115,130). Sum of RGB (Red+Green+Blue) = 185+115+130=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97382 is #468C7D. Grayscale: #898989. Windows color (decimal): -4623486 or 8549305. OLE color: 8549305.

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

Color convert

RGB 185 115 130 -
CMYK 0 0.38 0.30 0.27
HSL 347.14º 0.33% 0.59% -
HSV(B) 347.14º 0.38% 0.73% -
XYZ 30.17 24.19 24.2 -
YUV 137.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 185 115 130 0 0.38 0.30 0.27 347.14 0.33 0.59
Hex B9 73 82 0 26 1E 1B 15B 21 3B
Octal 271 163 202 0 46 36 33 533 41 73
Binary 10111001 1110011 10000010 0 100110 11110 11011 101011011 100001 111011

Color Harmonies of #B97382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97382

Black with #B97382

Text Example


Text Example

White with #B97382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97382; }

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

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

background-color css

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

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

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

border-color css

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

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

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