#B78CAC

Color #B78CAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B78CAC

Tints of London Hue #B78CAC

Color information

#B78CAC (or 0xB78CAC) is unknown color: approx London Hue. HEX triplet: B7, 8C and AC. RGB value is (183,140,172). Sum of RGB (Red+Green+Blue) = 183+140+172=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 183 - color contains mainly: red. Hex color #B78CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78CAC is #487353. Grayscale: #9C9C9C. Windows color (decimal): -4748116 or 11308215. OLE color: 11308215.

HSL color Cylindrical-coordinate representation of color #B78CAC: hue angle of 315.35º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B78CAC is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183140172-
CMYK00.230.060.28
HSL315.35º22.99%63.33%-
HSV(B)315.35º23.5%71.76%-
XYZ36.3531.843.25-
YUV156.5136.75146.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=36.97%
G=28.28%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314017200.230.060.28315.3522.9963.33
HexB78CAC01761C13b173f
Octal2672142540276344732777
Binary1011011110001100101011000101111101110010011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CAC; }

 p { color: rgb(183,140,172); }

 H1.HeaderClassName
 {
   color: #B78CAC;
 }
 .AnyTagClassName
 {
   color: #B78CAC;
 }
</style>
background-color css

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

 a { background-color: rgb(183,140,172); }

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

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

 span { border-color: rgb(183,140,172); }

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