Html Css Color HEX #B37281 Tapestry

📋 copy color: '#B37281'

red 179 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #B37281

Tints of Tapestry #B37281

RGB

 RED value IS 179 (70.31% from 255) = 42.42%

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

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

R = 42.42%
G = 27.01%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B37281 (or 0xB37281) is known color: Tapestry. HEX triplet: B3, 72 and 81. RGB value is (179,114,129). Sum of RGB (Red+Green+Blue) = 179+114+129=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B37281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37281 is #4C8D7E. Grayscale: #878787. Windows color (decimal): -5016959 or 8483507. OLE color: 8483507.

HSL color Cylindrical-coordinate representation of color #B37281: hue angle of 346.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37281 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 129 -
CMYK 0 0.36 0.28 0.30
HSL 346.15º 0.3% 0.57% -
HSV(B) 346.15º 0.36% 0.7% -
XYZ 28.57 23.2 23.74 -
YUV 135.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 179 114 129 0 0.36 0.28 0.30 346.15 0.3 0.57
Hex B3 72 81 0 24 1C 1E 15A 1E 39
Octal 263 162 201 0 44 34 36 532 36 71
Binary 10110011 1110010 10000001 0 100100 11100 11110 101011010 11110 111001

Color Harmonies of #B37281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37281

Black with #B37281

Text Example


Text Example

White with #B37281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37281; }

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

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

background-color css

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

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

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

border-color css

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

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

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