Html Css Color HEX #B795AF London Hue

📋 copy color: '#B795AF'

red 183 ◦ green 149 ◦ blue 175

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

Shades of London Hue #B795AF

Tints of London Hue #B795AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 36.09%
G = 29.39%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B795AF (or 0xB795AF) is known color: London Hue. HEX triplet: B7, 95 and AF. RGB value is (183,149,175). Sum of RGB (Red+Green+Blue) = 183+149+175=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 183 - color contains mainly: red. Hex color #B795AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B795AF is #486A50. Grayscale: #A2A2A2. Windows color (decimal): -4745809 or 11507127. OLE color: 11507127.

HSL color Cylindrical-coordinate representation of color #B795AF: hue angle of 314.12º 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 #B795AF is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 149 175 -
CMYK 0 0.19 0.04 0.28
HSL 314.12º 0.19% 0.65% -
HSV(B) 314.12º 0.19% 0.72% -
XYZ 38.01 34.66 45.24 -
YUV 162.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 183 149 175 0 0.19 0.04 0.28 314.12 0.19 0.65
Hex B7 95 AF 0 13 4 1C 13A 13 41
Octal 267 225 257 0 23 4 34 472 23 101
Binary 10110111 10010101 10101111 0 10011 100 11100 100111010 10011 1000001

Color Harmonies of #B795AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B795AF

Black with #B795AF

Text Example


Text Example

White with #B795AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B795AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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