Html Css Color HEX #B97281 Tapestry

📋 copy color: '#B97281'

red 185 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #B97281

Tints of Tapestry #B97281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 43.22%
G = 26.64%
B = 30.14%

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

#B97281 (or 0xB97281) is known color: Tapestry. HEX triplet: B9, 72 and 81. RGB value is (185,114,129). Sum of RGB (Red+Green+Blue) = 185+114+129=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B97281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97281 is #468D7E. Grayscale: #888888. Windows color (decimal): -4623743 or 8483513. OLE color: 8483513.

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

Color convert

RGB 185 114 129 -
CMYK 0 0.38 0.30 0.27
HSL 347.32º 0.34% 0.59% -
HSV(B) 347.32º 0.38% 0.73% -
XYZ 29.99 23.93 23.81 -
YUV 136.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 185 114 129 0 0.38 0.30 0.27 347.32 0.34 0.59
Hex B9 72 81 0 26 1E 1B 15B 22 3B
Octal 271 162 201 0 46 36 33 533 42 73
Binary 10111001 1110010 10000001 0 100110 11110 11011 101011011 100010 111011

Color Harmonies of #B97281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97281

Black with #B97281

Text Example


Text Example

White with #B97281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97281; }

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

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

background-color css

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

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

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

border-color css

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

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

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