Html Css Color HEX #B492A4 Shady Lady

📋 copy color: '#B492A4'

red 180 ◦ green 146 ◦ blue 164

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

Shades of Shady Lady #B492A4

Tints of Shady Lady #B492A4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.8%

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 36.73%
G = 29.8%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B492A4 (or 0xB492A4) is known color: Shady Lady. HEX triplet: B4, 92 and A4. RGB value is (180,146,164). Sum of RGB (Red+Green+Blue) = 180+146+164=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B492A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492A4 is #4B6D5B. Grayscale: #9E9E9E. Windows color (decimal): -4943196 or 10785460. OLE color: 10785460.

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

Color convert

RGB 180 146 164 -
CMYK 0 0.19 0.09 0.29
HSL 328.24º 0.18% 0.64% -
HSV(B) 328.24º 0.19% 0.71% -
XYZ 35.8 32.94 39.59 -
YUV 158.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 180 146 164 0 0.19 0.09 0.29 328.24 0.18 0.64
Hex B4 92 A4 0 13 9 1D 148 12 40
Octal 264 222 244 0 23 11 35 510 22 100
Binary 10110100 10010010 10100100 0 10011 1001 11101 101001000 10010 1000000

Color Harmonies of #B492A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492A4

Black with #B492A4

Text Example


Text Example

White with #B492A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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