Html Css Color HEX #B37585 Tapestry

📋 copy color: '#B37585'

red 179 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B37585

Tints of Tapestry #B37585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 41.72%
G = 27.27%
B = 31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B37585 (or 0xB37585) is known color: Tapestry. HEX triplet: B3, 75 and 85. RGB value is (179,117,133). Sum of RGB (Red+Green+Blue) = 179+117+133=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37585 is #4C8A7A. Grayscale: #898989. Windows color (decimal): -5016187 or 8746419. OLE color: 8746419.

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

Color convert

RGB 179 117 133 -
CMYK 0 0.35 0.26 0.30
HSL 344.52º 0.29% 0.58% -
HSV(B) 344.52º 0.35% 0.7% -
XYZ 29.19 24 25.28 -
YUV 137.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 179 117 133 0 0.35 0.26 0.30 344.52 0.29 0.58
Hex B3 75 85 0 23 1A 1E 159 1D 3A
Octal 263 165 205 0 43 32 36 531 35 72
Binary 10110011 1110101 10000101 0 100011 11010 11110 101011001 11101 111010

Color Harmonies of #B37585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37585

Black with #B37585

Text Example


Text Example

White with #B37585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37585; }

 p { color: rgb(179,117,133); }

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

background-color css

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

 a { background-color: rgb(179,117,133); }

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

border-color css

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

 span { border-color: rgb(179,117,133); }

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