Html Css Color HEX #B46281 Tapestry

📋 copy color: '#B46281'

red 180 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #B46281

Tints of Tapestry #B46281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.08%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 44.23%
G = 24.08%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B46281 (or 0xB46281) is known color: Tapestry. HEX triplet: B4, 62 and 81. RGB value is (180,98,129). Sum of RGB (Red+Green+Blue) = 180+98+129=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B46281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46281 is #4B9D7E. Grayscale: #7E7E7E. Windows color (decimal): -4955519 or 8479412. OLE color: 8479412.

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

Color convert

RGB 180 98 129 -
CMYK 0 0.46 0.28 0.29
HSL 337.32º 0.35% 0.55% -
HSV(B) 337.32º 0.46% 0.71% -
XYZ 27.15 20.02 23.2 -
YUV 126.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 180 98 129 0 0.46 0.28 0.29 337.32 0.35 0.55
Hex B4 62 81 0 2E 1C 1D 151 23 37
Octal 264 142 201 0 56 34 35 521 43 67
Binary 10110100 1100010 10000001 0 101110 11100 11101 101010001 100011 110111

Color Harmonies of #B46281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46281

Black with #B46281

Text Example


Text Example

White with #B46281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46281; }

 p { color: rgb(180,98,129); }

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

background-color css

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

 a { background-color: rgb(180,98,129); }

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

border-color css

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

 span { border-color: rgb(180,98,129); }

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