Html Css Color HEX #B47C8A Tapestry

📋 copy color: '#B47C8A'

red 180 ◦ green 124 ◦ blue 138

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

Shades of Tapestry #B47C8A

Tints of Tapestry #B47C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 40.72%
G = 28.05%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B47C8A (or 0xB47C8A) is known color: Tapestry. HEX triplet: B4, 7C and 8A. RGB value is (180,124,138). Sum of RGB (Red+Green+Blue) = 180+124+138=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C8A is #4B8375. Grayscale: #8E8E8E. Windows color (decimal): -4948854 or 9075892. OLE color: 9075892.

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

Color convert

RGB 180 124 138 -
CMYK 0 0.31 0.23 0.29
HSL 345º 0.27% 0.6% -
HSV(B) 345º 0.31% 0.71% -
XYZ 30.62 25.95 27.44 -
YUV 142.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 180 124 138 0 0.31 0.23 0.29 345 0.27 0.6
Hex B4 7C 8A 0 1F 17 1D 159 1B 3C
Octal 264 174 212 0 37 27 35 531 33 74
Binary 10110100 1111100 10001010 0 11111 10111 11101 101011001 11011 111100

Color Harmonies of #B47C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C8A

Black with #B47C8A

Text Example


Text Example

White with #B47C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C8A; }

 p { color: rgb(180,124,138); }

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

background-color css

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

 a { background-color: rgb(180,124,138); }

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

border-color css

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

 span { border-color: rgb(180,124,138); }

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