Html Css Color HEX #B795B9 London Hue

📋 copy color: '#B795B9'

red 183 ◦ green 149 ◦ blue 185

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

Shades of London Hue #B795B9

Tints of London Hue #B795B9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 35.4%
G = 28.82%
B = 35.78%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B795B9 (or 0xB795B9) is known color: London Hue. HEX triplet: B7, 95 and B9. RGB value is (183,149,185). Sum of RGB (Red+Green+Blue) = 183+149+185=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #B795B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B795B9 is #486A46. Grayscale: #A3A3A3. Windows color (decimal): -4745799 or 12162487. OLE color: 12162487.

HSL color Cylindrical-coordinate representation of color #B795B9: hue angle of 296.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B795B9 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 149 185 -
CMYK 0.01 0.19 0 0.27
HSL 296.67º 0.2% 0.65% -
HSV(B) 296.67º 0.19% 0.73% -
XYZ 39.03 35.06 50.61 -
YUV 163.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 183 149 185 0.01 0.19 0 0.27 296.67 0.2 0.65
Hex B7 95 B9 1 13 0 1B 129 14 41
Octal 267 225 271 1 23 0 33 451 24 101
Binary 10110111 10010101 10111001 1 10011 0 11011 100101001 10100 1000001

Color Harmonies of #B795B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795B9

Black with #B795B9

Text Example


Text Example

White with #B795B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795B9; }

 p { color: rgb(183,149,185); }

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

background-color css

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

 a { background-color: rgb(183,149,185); }

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

border-color css

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

 span { border-color: rgb(183,149,185); }

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