Html Css Color HEX #B46185 Tapestry

📋 copy color: '#B46185'

red 180 ◦ green 97 ◦ blue 133

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

Shades of Tapestry #B46185

Tints of Tapestry #B46185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

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

R = 43.9%
G = 23.66%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46185 (or 0xB46185) is known color: Tapestry. HEX triplet: B4, 61 and 85. RGB value is (180,97,133). Sum of RGB (Red+Green+Blue) = 180+97+133=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B46185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46185 is #4B9E7A. Grayscale: #7D7D7D. Windows color (decimal): -4955771 or 8741300. OLE color: 8741300.

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

Color convert

RGB 180 97 133 -
CMYK 0 0.46 0.26 0.29
HSL 333.98º 0.36% 0.54% -
HSV(B) 333.98º 0.46% 0.71% -
XYZ 27.33 19.95 24.6 -
YUV 125.92 132 166.57 -
System Red Green Blue C M Y K H S L
Decimal 180 97 133 0 0.46 0.26 0.29 333.98 0.36 0.54
Hex B4 61 85 0 2E 1A 1D 14E 24 36
Octal 264 141 205 0 56 32 35 516 44 66
Binary 10110100 1100001 10000101 0 101110 11010 11101 101001110 100100 110110

Color Harmonies of #B46185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46185

Black with #B46185

Text Example


Text Example

White with #B46185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46185; }

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

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

background-color css

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

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

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

border-color css

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

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

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