Html Css Color HEX #B46279 Tapestry

📋 copy color: '#B46279'

red 180 ◦ green 98 ◦ blue 121

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

Shades of Tapestry #B46279

Tints of Tapestry #B46279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 45.11%
G = 24.56%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B46279 (or 0xB46279) is known color: Tapestry. HEX triplet: B4, 62 and 79. RGB value is (180,98,121). Sum of RGB (Red+Green+Blue) = 180+98+121=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46279 is #4B9D86. Grayscale: #7D7D7D. Windows color (decimal): -4955527 or 7955124. OLE color: 7955124.

HSL color Cylindrical-coordinate representation of color #B46279: hue angle of 343.17º 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 #B46279 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 121 -
CMYK 0 0.46 0.33 0.29
HSL 343.17º 0.35% 0.55% -
HSV(B) 343.17º 0.46% 0.71% -
XYZ 26.64 19.82 20.51 -
YUV 125.14 125.67 167.13 -
System Red Green Blue C M Y K H S L
Decimal 180 98 121 0 0.46 0.33 0.29 343.17 0.35 0.55
Hex B4 62 79 0 2E 21 1D 157 23 37
Octal 264 142 171 0 56 41 35 527 43 67
Binary 10110100 1100010 1111001 0 101110 100001 11101 101010111 100011 110111

Color Harmonies of #B46279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46279

Black with #B46279

Text Example


Text Example

White with #B46279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46279; }

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

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

background-color css

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

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

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

border-color css

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

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

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