Html Css Color HEX #B79BB0 London Hue

📋 copy color: '#B79BB0'

red 183 ◦ green 155 ◦ blue 176

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

Shades of London Hue #B79BB0

Tints of London Hue #B79BB0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 35.6%
G = 30.16%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B79BB0 (or 0xB79BB0) is known color: London Hue. HEX triplet: B7, 9B and B0. RGB value is (183,155,176). Sum of RGB (Red+Green+Blue) = 183+155+176=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B79BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79BB0 is #48644F. Grayscale: #A5A5A5. Windows color (decimal): -4744272 or 11574199. OLE color: 11574199.

HSL color Cylindrical-coordinate representation of color #B79BB0: hue angle of 315º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B79BB0 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 155 176 -
CMYK 0 0.15 0.04 0.28
HSL 315º 0.16% 0.66% -
HSV(B) 315º 0.15% 0.72% -
XYZ 39.09 36.64 46.09 -
YUV 165.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 183 155 176 0 0.15 0.04 0.28 315 0.16 0.66
Hex B7 9B B0 0 F 4 1C 13B 10 42
Octal 267 233 260 0 17 4 34 473 20 102
Binary 10110111 10011011 10110000 0 1111 100 11100 100111011 10000 1000010

Color Harmonies of #B79BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79BB0

Black with #B79BB0

Text Example


Text Example

White with #B79BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79BB0; }

 p { color: rgb(183,155,176); }

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

background-color css

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

 a { background-color: rgb(183,155,176); }

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

border-color css

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

 span { border-color: rgb(183,155,176); }

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