Html Css Color HEX #B796B0 London Hue

📋 copy color: '#B796B0'

red 183 ◦ green 150 ◦ blue 176

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

Shades of London Hue #B796B0

Tints of London Hue #B796B0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 35.95%
G = 29.47%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B796B0 (or 0xB796B0) is known color: London Hue. HEX triplet: B7, 96 and B0. RGB value is (183,150,176). Sum of RGB (Red+Green+Blue) = 183+150+176=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 183 - color contains mainly: red. Hex color #B796B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B796B0 is #48694F. Grayscale: #A2A2A2. Windows color (decimal): -4745552 or 11572919. OLE color: 11572919.

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

Color convert

RGB 183 150 176 -
CMYK 0 0.18 0.04 0.28
HSL 312.73º 0.19% 0.65% -
HSV(B) 312.73º 0.18% 0.72% -
XYZ 38.27 35.01 45.82 -
YUV 162.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 183 150 176 0 0.18 0.04 0.28 312.73 0.19 0.65
Hex B7 96 B0 0 12 4 1C 139 13 41
Octal 267 226 260 0 22 4 34 471 23 101
Binary 10110111 10010110 10110000 0 10010 100 11100 100111001 10011 1000001

Color Harmonies of #B796B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796B0

Black with #B796B0

Text Example


Text Example

White with #B796B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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