Html Css Color HEX #B78BA8 London Hue

📋 copy color: '#B78BA8'

red 183 ◦ green 139 ◦ blue 168

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

Shades of London Hue #B78BA8

Tints of London Hue #B78BA8

RGB

 RED value IS 183 (71.88% from 255) = 37.35%

 GREEN value IS 139 (54.69% from 255) = 28.37%

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 37.35%
G = 28.37%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B78BA8 (or 0xB78BA8) is known color: London Hue. HEX triplet: B7, 8B and A8. RGB value is (183,139,168). Sum of RGB (Red+Green+Blue) = 183+139+168=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B78BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78BA8 is #487457. Grayscale: #9B9B9B. Windows color (decimal): -4748376 or 11045815. OLE color: 11045815.

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

Color convert

RGB 183 139 168 -
CMYK 0 0.24 0.08 0.28
HSL 320.45º 0.23% 0.63% -
HSV(B) 320.45º 0.24% 0.72% -
XYZ 35.83 31.36 41.21 -
YUV 155.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 183 139 168 0 0.24 0.08 0.28 320.45 0.23 0.63
Hex B7 8B A8 0 18 8 1C 140 17 3F
Octal 267 213 250 0 30 10 34 500 27 77
Binary 10110111 10001011 10101000 0 11000 1000 11100 101000000 10111 111111

Color Harmonies of #B78BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78BA8

Black with #B78BA8

Text Example


Text Example

White with #B78BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78BA8; }

 p { color: rgb(183,139,168); }

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

background-color css

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

 a { background-color: rgb(183,139,168); }

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

border-color css

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

 span { border-color: rgb(183,139,168); }

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