Html Css Color HEX #B46692 Tapestry

📋 copy color: '#B46692'

red 180 ◦ green 102 ◦ blue 146

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

Shades of Tapestry #B46692

Tints of Tapestry #B46692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 42.06%
G = 23.83%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46692 (or 0xB46692) is known color: Tapestry. HEX triplet: B4, 66 and 92. RGB value is (180,102,146). Sum of RGB (Red+Green+Blue) = 180+102+146=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46692 is #4B996D. Grayscale: #828282. Windows color (decimal): -4954478 or 9594548. OLE color: 9594548.

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

Color convert

RGB 180 102 146 -
CMYK 0 0.43 0.19 0.29
HSL 326.15º 0.34% 0.55% -
HSV(B) 326.15º 0.43% 0.71% -
XYZ 28.76 21.28 29.79 -
YUV 130.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 180 102 146 0 0.43 0.19 0.29 326.15 0.34 0.55
Hex B4 66 92 0 2B 13 1D 146 22 37
Octal 264 146 222 0 53 23 35 506 42 67
Binary 10110100 1100110 10010010 0 101011 10011 11101 101000110 100010 110111

Color Harmonies of #B46692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46692

Black with #B46692

Text Example


Text Example

White with #B46692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46692; }

 p { color: rgb(180,102,146); }

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

background-color css

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

 a { background-color: rgb(180,102,146); }

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

border-color css

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

 span { border-color: rgb(180,102,146); }

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