Html Css Color HEX #B679AB London Hue

📋 copy color: '#B679AB'

red 182 ◦ green 121 ◦ blue 171

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

Shades of London Hue #B679AB

Tints of London Hue #B679AB

RGB

 RED value IS 182 (71.48% from 255) = 38.4%

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 38.4%
G = 25.53%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B679AB (or 0xB679AB) is known color: London Hue. HEX triplet: B6, 79 and AB. RGB value is (182,121,171). Sum of RGB (Red+Green+Blue) = 182+121+171=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B679AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679AB is #498654. Grayscale: #909090. Windows color (decimal): -4818517 or 11237814. OLE color: 11237814.

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

Color convert

RGB 182 121 171 -
CMYK 0 0.34 0.06 0.29
HSL 310.82º 0.29% 0.59% -
HSV(B) 310.82º 0.34% 0.71% -
XYZ 33.48 26.56 41.89 -
YUV 144.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 182 121 171 0 0.34 0.06 0.29 310.82 0.29 0.59
Hex B6 79 AB 0 22 6 1D 137 1D 3B
Octal 266 171 253 0 42 6 35 467 35 73
Binary 10110110 1111001 10101011 0 100010 110 11101 100110111 11101 111011

Color Harmonies of #B679AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679AB

Black with #B679AB

Text Example


Text Example

White with #B679AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679AB; }

 p { color: rgb(182,121,171); }

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

background-color css

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

 a { background-color: rgb(182,121,171); }

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

border-color css

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

 span { border-color: rgb(182,121,171); }

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