Html Css Color HEX #B97D82 Tapestry

📋 copy color: '#B97D82'

red 185 ◦ green 125 ◦ blue 130

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

Shades of Tapestry #B97D82

Tints of Tapestry #B97D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

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

R = 42.05%
G = 28.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B97D82 (or 0xB97D82) is known color: Tapestry. HEX triplet: B9, 7D and 82. RGB value is (185,125,130). Sum of RGB (Red+Green+Blue) = 185+125+130=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D82 is #46827D. Grayscale: #8F8F8F. Windows color (decimal): -4620926 or 8551865. OLE color: 8551865.

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

Color convert

RGB 185 125 130 -
CMYK 0 0.32 0.30 0.27
HSL 355º 0.3% 0.61% -
HSV(B) 355º 0.32% 0.73% -
XYZ 31.37 26.59 24.6 -
YUV 143.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 185 125 130 0 0.32 0.30 0.27 355 0.3 0.61
Hex B9 7D 82 0 20 1E 1B 163 1E 3D
Octal 271 175 202 0 40 36 33 543 36 75
Binary 10111001 1111101 10000010 0 100000 11110 11011 101100011 11110 111101

Color Harmonies of #B97D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D82

Black with #B97D82

Text Example


Text Example

White with #B97D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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