Html Css Color HEX #B679AC London Hue

📋 copy color: '#B679AC'

red 182 ◦ green 121 ◦ blue 172

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

Shades of London Hue #B679AC

Tints of London Hue #B679AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.21%

R = 38.32%
G = 25.47%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B679AC (or 0xB679AC) is known color: London Hue. HEX triplet: B6, 79 and AC. RGB value is (182,121,172). Sum of RGB (Red+Green+Blue) = 182+121+172=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B679AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B679AC is #498653. Grayscale: #909090. Windows color (decimal): -4818516 or 11303350. OLE color: 11303350.

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

Color convert

RGB 182 121 172 -
CMYK 0 0.34 0.05 0.29
HSL 309.84º 0.29% 0.59% -
HSV(B) 309.84º 0.34% 0.71% -
XYZ 33.58 26.6 42.39 -
YUV 145.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 182 121 172 0 0.34 0.05 0.29 309.84 0.29 0.59
Hex B6 79 AC 0 22 5 1D 136 1D 3B
Octal 266 171 254 0 42 5 35 466 35 73
Binary 10110110 1111001 10101100 0 100010 101 11101 100110110 11101 111011

Color Harmonies of #B679AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B679AC

Black with #B679AC

Text Example


Text Example

White with #B679AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B679AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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