Html Css Color HEX #B97282 Tapestry

📋 copy color: '#B97282'

red 185 ◦ green 114 ◦ blue 130

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

Shades of Tapestry #B97282

Tints of Tapestry #B97282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 43.12%
G = 26.57%
B = 30.3%

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

#B97282 (or 0xB97282) is known color: Tapestry. HEX triplet: B9, 72 and 82. RGB value is (185,114,130). Sum of RGB (Red+Green+Blue) = 185+114+130=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97282 is #468D7D. Grayscale: #898989. Windows color (decimal): -4623742 or 8549049. OLE color: 8549049.

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

Color convert

RGB 185 114 130 -
CMYK 0 0.38 0.30 0.27
HSL 346.48º 0.34% 0.59% -
HSV(B) 346.48º 0.38% 0.73% -
XYZ 30.05 23.96 24.16 -
YUV 137.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 185 114 130 0 0.38 0.30 0.27 346.48 0.34 0.59
Hex B9 72 82 0 26 1E 1B 15A 22 3B
Octal 271 162 202 0 46 36 33 532 42 73
Binary 10111001 1110010 10000010 0 100110 11110 11011 101011010 100010 111011

Color Harmonies of #B97282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97282

Black with #B97282

Text Example


Text Example

White with #B97282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97282; }

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

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

background-color css

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

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

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

border-color css

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

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

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