Html Css Color HEX #B97182 Tapestry

📋 copy color: '#B97182'

red 185 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #B97182

Tints of Tapestry #B97182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

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

R = 43.22%
G = 26.4%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B97182 (or 0xB97182) is known color: Tapestry. HEX triplet: B9, 71 and 82. RGB value is (185,113,130). Sum of RGB (Red+Green+Blue) = 185+113+130=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97182 is #468E7D. Grayscale: #888888. Windows color (decimal): -4623998 or 8548793. OLE color: 8548793.

HSL color Cylindrical-coordinate representation of color #B97182: hue angle of 345.83º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B97182 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 130 -
CMYK 0 0.39 0.30 0.27
HSL 345.83º 0.34% 0.58% -
HSV(B) 345.83º 0.39% 0.73% -
XYZ 29.94 23.74 24.12 -
YUV 136.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 185 113 130 0 0.39 0.30 0.27 345.83 0.34 0.58
Hex B9 71 82 0 27 1E 1B 15A 22 3A
Octal 271 161 202 0 47 36 33 532 42 72
Binary 10111001 1110001 10000010 0 100111 11110 11011 101011010 100010 111010

Color Harmonies of #B97182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97182

Black with #B97182

Text Example


Text Example

White with #B97182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97182; }

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

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

background-color css

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

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

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

border-color css

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

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

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