Html Css Color HEX #B97183 Tapestry

📋 copy color: '#B97183'

red 185 ◦ green 113 ◦ blue 131

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

Shades of Tapestry #B97183

Tints of Tapestry #B97183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.54%

R = 43.12%
G = 26.34%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B97183 (or 0xB97183) is known color: Tapestry. HEX triplet: B9, 71 and 83. RGB value is (185,113,131). Sum of RGB (Red+Green+Blue) = 185+113+131=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97183 is #468E7C. Grayscale: #888888. Windows color (decimal): -4623997 or 8614329. OLE color: 8614329.

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

Color convert

RGB 185 113 131 -
CMYK 0 0.39 0.29 0.27
HSL 345º 0.34% 0.58% -
HSV(B) 345º 0.39% 0.73% -
XYZ 30.01 23.76 24.48 -
YUV 136.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 185 113 131 0 0.39 0.29 0.27 345 0.34 0.58
Hex B9 71 83 0 27 1D 1B 159 22 3A
Octal 271 161 203 0 47 35 33 531 42 72
Binary 10111001 1110001 10000011 0 100111 11101 11011 101011001 100010 111010

Color Harmonies of #B97183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97183

Black with #B97183

Text Example


Text Example

White with #B97183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97183; }

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

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

background-color css

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

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

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

border-color css

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

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

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