Html Css Color HEX #B47585 Tapestry

📋 copy color: '#B47585'

red 180 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #B47585

Tints of Tapestry #B47585

RGB

 RED value IS 180 (70.7% from 255) = 41.86%

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

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

R = 41.86%
G = 27.21%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47585 (or 0xB47585) is known color: Tapestry. HEX triplet: B4, 75 and 85. RGB value is (180,117,133). Sum of RGB (Red+Green+Blue) = 180+117+133=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47585 is #4B8A7A. Grayscale: #898989. Windows color (decimal): -4950651 or 8746420. OLE color: 8746420.

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

Color convert

RGB 180 117 133 -
CMYK 0 0.35 0.26 0.29
HSL 344.76º 0.3% 0.58% -
HSV(B) 344.76º 0.35% 0.71% -
XYZ 29.42 24.12 25.3 -
YUV 137.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 180 117 133 0 0.35 0.26 0.29 344.76 0.3 0.58
Hex B4 75 85 0 23 1A 1D 159 1E 3A
Octal 264 165 205 0 43 32 35 531 36 72
Binary 10110100 1110101 10000101 0 100011 11010 11101 101011001 11110 111010

Color Harmonies of #B47585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47585

Black with #B47585

Text Example


Text Example

White with #B47585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47585; }

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

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

background-color css

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

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

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

border-color css

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

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

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