Html Css Color HEX #B492AE London Hue

📋 copy color: '#B492AE'

red 180 ◦ green 146 ◦ blue 174

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

Shades of London Hue #B492AE

Tints of London Hue #B492AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 36%
G = 29.2%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B492AE (or 0xB492AE) is known color: London Hue. HEX triplet: B4, 92 and AE. RGB value is (180,146,174). Sum of RGB (Red+Green+Blue) = 180+146+174=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B492AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B492AE is #4B6D51. Grayscale: #9F9F9F. Windows color (decimal): -4943186 or 11440820. OLE color: 11440820.

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

Color convert

RGB 180 146 174 -
CMYK 0 0.19 0.03 0.29
HSL 310.59º 0.18% 0.64% -
HSV(B) 310.59º 0.19% 0.71% -
XYZ 36.74 33.32 44.54 -
YUV 159.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 180 146 174 0 0.19 0.03 0.29 310.59 0.18 0.64
Hex B4 92 AE 0 13 3 1D 137 12 40
Octal 264 222 256 0 23 3 35 467 22 100
Binary 10110100 10010010 10101110 0 10011 11 11101 100110111 10010 1000000

Color Harmonies of #B492AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492AE

Black with #B492AE

Text Example


Text Example

White with #B492AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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