Html Css Color HEX #B37D88 Tapestry

📋 copy color: '#B37D88'

red 179 ◦ green 125 ◦ blue 136

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

Shades of Tapestry #B37D88

Tints of Tapestry #B37D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 40.68%
G = 28.41%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B37D88 (or 0xB37D88) is known color: Tapestry. HEX triplet: B3, 7D and 88. RGB value is (179,125,136). Sum of RGB (Red+Green+Blue) = 179+125+136=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37D88 is #4C8277. Grayscale: #8E8E8E. Windows color (decimal): -5014136 or 8945075. OLE color: 8945075.

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

Color convert

RGB 179 125 136 -
CMYK 0 0.30 0.24 0.30
HSL 347.78º 0.26% 0.6% -
HSV(B) 347.78º 0.3% 0.7% -
XYZ 30.37 26.03 26.72 -
YUV 142.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 179 125 136 0 0.30 0.24 0.30 347.78 0.26 0.6
Hex B3 7D 88 0 1E 18 1E 15C 1A 3C
Octal 263 175 210 0 36 30 36 534 32 74
Binary 10110011 1111101 10001000 0 11110 11000 11110 101011100 11010 111100

Color Harmonies of #B37D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D88

Black with #B37D88

Text Example


Text Example

White with #B37D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D88; }

 p { color: rgb(179,125,136); }

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

background-color css

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

 a { background-color: rgb(179,125,136); }

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

border-color css

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

 span { border-color: rgb(179,125,136); }

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