Html Css Color HEX #B37485 Tapestry

📋 copy color: '#B37485'

red 179 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #B37485

Tints of Tapestry #B37485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

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

R = 41.82%
G = 27.1%
B = 31.07%

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

#B37485 (or 0xB37485) is known color: Tapestry. HEX triplet: B3, 74 and 85. RGB value is (179,116,133). Sum of RGB (Red+Green+Blue) = 179+116+133=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B37485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37485 is #4C8B7A. Grayscale: #888888. Windows color (decimal): -5016443 or 8746163. OLE color: 8746163.

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

Color convert

RGB 179 116 133 -
CMYK 0 0.35 0.26 0.30
HSL 343.81º 0.29% 0.58% -
HSV(B) 343.81º 0.35% 0.7% -
XYZ 29.07 23.77 25.25 -
YUV 136.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 179 116 133 0 0.35 0.26 0.30 343.81 0.29 0.58
Hex B3 74 85 0 23 1A 1E 158 1D 3A
Octal 263 164 205 0 43 32 36 530 35 72
Binary 10110011 1110100 10000101 0 100011 11010 11110 101011000 11101 111010

Color Harmonies of #B37485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37485

Black with #B37485

Text Example


Text Example

White with #B37485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37485; }

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

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

background-color css

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

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

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

border-color css

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

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

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