Html Css Color HEX #B676AF London Hue

📋 copy color: '#B676AF'

red 182 ◦ green 118 ◦ blue 175

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

Shades of London Hue #B676AF

Tints of London Hue #B676AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.84%

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

R = 38.32%
G = 24.84%
B = 36.84%

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

#B676AF (or 0xB676AF) is known color: London Hue. HEX triplet: B6, 76 and AF. RGB value is (182,118,175). Sum of RGB (Red+Green+Blue) = 182+118+175=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B676AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B676AF is #498950. Grayscale: #8F8F8F. Windows color (decimal): -4819281 or 11499190. OLE color: 11499190.

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

Color convert

RGB 182 118 175 -
CMYK 0 0.35 0.04 0.29
HSL 306.56º 0.3% 0.59% -
HSV(B) 306.56º 0.35% 0.71% -
XYZ 33.51 26 43.81 -
YUV 143.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 182 118 175 0 0.35 0.04 0.29 306.56 0.3 0.59
Hex B6 76 AF 0 23 4 1D 133 1E 3B
Octal 266 166 257 0 43 4 35 463 36 73
Binary 10110110 1110110 10101111 0 100011 100 11101 100110011 11110 111011

Color Harmonies of #B676AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B676AF

Black with #B676AF

Text Example


Text Example

White with #B676AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B676AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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