Html Css Color HEX #B795AD London Hue

📋 copy color: '#B795AD'

red 183 ◦ green 149 ◦ blue 173

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

Shades of London Hue #B795AD

Tints of London Hue #B795AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 36.24%
G = 29.5%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B795AD (or 0xB795AD) is known color: London Hue. HEX triplet: B7, 95 and AD. RGB value is (183,149,173). Sum of RGB (Red+Green+Blue) = 183+149+173=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B795AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B795AD is #486A52. Grayscale: #A1A1A1. Windows color (decimal): -4745811 or 11376055. OLE color: 11376055.

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

Color convert

RGB 183 149 173 -
CMYK 0 0.19 0.05 0.28
HSL 317.65º 0.19% 0.65% -
HSV(B) 317.65º 0.19% 0.72% -
XYZ 37.82 34.58 44.22 -
YUV 161.9 134.26 143.05 -
System Red Green Blue C M Y K H S L
Decimal 183 149 173 0 0.19 0.05 0.28 317.65 0.19 0.65
Hex B7 95 AD 0 13 5 1C 13E 13 41
Octal 267 225 255 0 23 5 34 476 23 101
Binary 10110111 10010101 10101101 0 10011 101 11100 100111110 10011 1000001

Color Harmonies of #B795AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795AD

Black with #B795AD

Text Example


Text Example

White with #B795AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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