Html Css Color HEX #B46082 Tapestry

📋 copy color: '#B46082'

red 180 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #B46082

Tints of Tapestry #B46082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.02%

R = 44.33%
G = 23.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B46082 (or 0xB46082) is known color: Tapestry. HEX triplet: B4, 60 and 82. RGB value is (180,96,130). Sum of RGB (Red+Green+Blue) = 180+96+130=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B46082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46082 is #4B9F7D. Grayscale: #7C7C7C. Windows color (decimal): -4956030 or 8544436. OLE color: 8544436.

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

Color convert

RGB 180 96 130 -
CMYK 0 0.47 0.28 0.29
HSL 335.71º 0.36% 0.54% -
HSV(B) 335.71º 0.47% 0.71% -
XYZ 27.03 19.68 23.49 -
YUV 124.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 180 96 130 0 0.47 0.28 0.29 335.71 0.36 0.54
Hex B4 60 82 0 2F 1C 1D 150 24 36
Octal 264 140 202 0 57 34 35 520 44 66
Binary 10110100 1100000 10000010 0 101111 11100 11101 101010000 100100 110110

Color Harmonies of #B46082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46082

Black with #B46082

Text Example


Text Example

White with #B46082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46082; }

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

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

background-color css

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

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

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

border-color css

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

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

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