Html Css Color HEX #B677AF London Hue

📋 copy color: '#B677AF'

red 182 ◦ green 119 ◦ blue 175

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

Shades of London Hue #B677AF

Tints of London Hue #B677AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25%

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

R = 38.24%
G = 25%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B677AF (or 0xB677AF) is known color: London Hue. HEX triplet: B6, 77 and AF. RGB value is (182,119,175). Sum of RGB (Red+Green+Blue) = 182+119+175=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B677AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B677AF is #498850. Grayscale: #909090. Windows color (decimal): -4819025 or 11499446. OLE color: 11499446.

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

Color convert

RGB 182 119 175 -
CMYK 0 0.35 0.04 0.29
HSL 306.67º 0.3% 0.59% -
HSV(B) 306.67º 0.35% 0.71% -
XYZ 33.63 26.23 43.85 -
YUV 144.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 182 119 175 0 0.35 0.04 0.29 306.67 0.3 0.59
Hex B6 77 AF 0 23 4 1D 133 1E 3B
Octal 266 167 257 0 43 4 35 463 36 73
Binary 10110110 1110111 10101111 0 100011 100 11101 100110011 11110 111011

Color Harmonies of #B677AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B677AF

Black with #B677AF

Text Example


Text Example

White with #B677AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B677AF; }

 p { color: rgb(182,119,175); }

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

background-color css

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

 a { background-color: rgb(182,119,175); }

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

border-color css

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

 span { border-color: rgb(182,119,175); }

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