Html Css Color HEX #B46085 Tapestry

📋 copy color: '#B46085'

red 180 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #B46085

Tints of Tapestry #B46085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.47%

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

R = 44.01%
G = 23.47%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46085 (or 0xB46085) is known color: Tapestry. HEX triplet: B4, 60 and 85. RGB value is (180,96,133). Sum of RGB (Red+Green+Blue) = 180+96+133=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B46085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46085 is #4B9F7A. Grayscale: #7D7D7D. Windows color (decimal): -4956027 or 8741044. OLE color: 8741044.

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

Color convert

RGB 180 96 133 -
CMYK 0 0.47 0.26 0.29
HSL 333.57º 0.36% 0.54% -
HSV(B) 333.57º 0.47% 0.71% -
XYZ 27.24 19.76 24.57 -
YUV 125.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 180 96 133 0 0.47 0.26 0.29 333.57 0.36 0.54
Hex B4 60 85 0 2F 1A 1D 14E 24 36
Octal 264 140 205 0 57 32 35 516 44 66
Binary 10110100 1100000 10000101 0 101111 11010 11101 101001110 100100 110110

Color Harmonies of #B46085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46085

Black with #B46085

Text Example


Text Example

White with #B46085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46085; }

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

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

background-color css

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

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

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

border-color css

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

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

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