Html Css Color HEX #B392AF London Hue

📋 copy color: '#B392AF'

red 179 ◦ green 146 ◦ blue 175

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

Shades of London Hue #B392AF

Tints of London Hue #B392AF

RGB

 RED value IS 179 (70.31% from 255) = 35.8%

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 35.8%
G = 29.2%
B = 35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B392AF (or 0xB392AF) is known color: London Hue. HEX triplet: B3, 92 and AF. RGB value is (179,146,175). Sum of RGB (Red+Green+Blue) = 179+146+175=500 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 179 - color contains mainly: red. Hex color #B392AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B392AF is #4C6D50. Grayscale: #9F9F9F. Windows color (decimal): -5008721 or 11506355. OLE color: 11506355.

HSL color Cylindrical-coordinate representation of color #B392AF: hue angle of 307.27º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B392AF is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 175 -
CMYK 0 0.18 0.02 0.30
HSL 307.27º 0.18% 0.64% -
HSV(B) 307.27º 0.18% 0.7% -
XYZ 36.61 33.24 45.04 -
YUV 159.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 179 146 175 0 0.18 0.02 0.30 307.27 0.18 0.64
Hex B3 92 AF 0 12 2 1E 133 12 40
Octal 263 222 257 0 22 2 36 463 22 100
Binary 10110011 10010010 10101111 0 10010 10 11110 100110011 10010 1000000

Color Harmonies of #B392AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B392AF

Black with #B392AF

Text Example


Text Example

White with #B392AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B392AF; }

 p { color: rgb(179,146,175); }

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

background-color css

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

 a { background-color: rgb(179,146,175); }

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

border-color css

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

 span { border-color: rgb(179,146,175); }

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