Html Css Color HEX #B47A8A Tapestry

📋 copy color: '#B47A8A'

red 180 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #B47A8A

Tints of Tapestry #B47A8A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

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

R = 40.91%
G = 27.73%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B47A8A (or 0xB47A8A) is known color: Tapestry. HEX triplet: B4, 7A and 8A. RGB value is (180,122,138). Sum of RGB (Red+Green+Blue) = 180+122+138=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8A is #4B8575. Grayscale: #8D8D8D. Windows color (decimal): -4949366 or 9075380. OLE color: 9075380.

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

Color convert

RGB 180 122 138 -
CMYK 0 0.32 0.23 0.29
HSL 343.45º 0.28% 0.59% -
HSV(B) 343.45º 0.32% 0.71% -
XYZ 30.37 25.46 27.36 -
YUV 141.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 180 122 138 0 0.32 0.23 0.29 343.45 0.28 0.59
Hex B4 7A 8A 0 20 17 1D 157 1C 3B
Octal 264 172 212 0 40 27 35 527 34 73
Binary 10110100 1111010 10001010 0 100000 10111 11101 101010111 11100 111011

Color Harmonies of #B47A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A8A

Black with #B47A8A

Text Example


Text Example

White with #B47A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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