Html Css Color HEX #B47285 Tapestry

📋 copy color: '#B47285'

red 180 ◦ green 114 ◦ blue 133

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

Shades of Tapestry #B47285

Tints of Tapestry #B47285

RGB

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

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

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

R = 42.15%
G = 26.7%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47285 (or 0xB47285) is known color: Tapestry. HEX triplet: B4, 72 and 85. RGB value is (180,114,133). Sum of RGB (Red+Green+Blue) = 180+114+133=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47285 is #4B8D7A. Grayscale: #878787. Windows color (decimal): -4951419 or 8745652. OLE color: 8745652.

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

Color convert

RGB 180 114 133 -
CMYK 0 0.37 0.26 0.29
HSL 342.73º 0.31% 0.58% -
HSV(B) 342.73º 0.37% 0.71% -
XYZ 29.07 23.43 25.18 -
YUV 135.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 180 114 133 0 0.37 0.26 0.29 342.73 0.31 0.58
Hex B4 72 85 0 25 1A 1D 157 1F 3A
Octal 264 162 205 0 45 32 35 527 37 72
Binary 10110100 1110010 10000101 0 100101 11010 11101 101010111 11111 111010

Color Harmonies of #B47285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47285

Black with #B47285

Text Example


Text Example

White with #B47285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47285; }

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

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

background-color css

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

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

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

border-color css

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

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

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