Html Css Color HEX #B97C83 Tapestry

📋 copy color: '#B97C83'

red 185 ◦ green 124 ◦ blue 131

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

Shades of Tapestry #B97C83

Tints of Tapestry #B97C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

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

R = 42.05%
G = 28.18%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B97C83 (or 0xB97C83) is known color: Tapestry. HEX triplet: B9, 7C and 83. RGB value is (185,124,131). Sum of RGB (Red+Green+Blue) = 185+124+131=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C83 is #46837C. Grayscale: #8F8F8F. Windows color (decimal): -4621181 or 8617145. OLE color: 8617145.

HSL color Cylindrical-coordinate representation of color #B97C83: hue angle of 353.11º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97C83 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 124 131 -
CMYK 0 0.33 0.29 0.27
HSL 353.11º 0.3% 0.61% -
HSV(B) 353.11º 0.33% 0.73% -
XYZ 31.31 26.37 24.91 -
YUV 143.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 185 124 131 0 0.33 0.29 0.27 353.11 0.3 0.61
Hex B9 7C 83 0 21 1D 1B 161 1E 3D
Octal 271 174 203 0 41 35 33 541 36 75
Binary 10111001 1111100 10000011 0 100001 11101 11011 101100001 11110 111101

Color Harmonies of #B97C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C83

Black with #B97C83

Text Example


Text Example

White with #B97C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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