Html Css Color HEX #B78CAC London Hue

📋 copy color: '#B78CAC'

red 183 ◦ green 140 ◦ blue 172

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

Shades of London Hue #B78CAC

Tints of London Hue #B78CAC

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 value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B78CAC (or 0xB78CAC) is known color: 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

RGB 183 140 172 -
CMYK 0 0.23 0.06 0.28
HSL 315.35º 0.23% 0.63% -
HSV(B) 315.35º 0.23% 0.72% -
XYZ 36.35 31.8 43.25 -
YUV 156.51 136.75 146.9 -
System Red Green Blue C M Y K H S L
Decimal 183 140 172 0 0.23 0.06 0.28 315.35 0.23 0.63
Hex B7 8C AC 0 17 6 1C 13B 17 3F
Octal 267 214 254 0 27 6 34 473 27 77
Binary 10110111 10001100 10101100 0 10111 110 11100 100111011 10111 111111

Color Harmonies of #B78CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78CAC

Black with #B78CAC

Text Example


Text Example

White with #B78CAC

Text Example


Text Example

HTML Codes & Css Web 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>