Html Css Color HEX #B794AF London Hue

📋 copy color: '#B794AF'

red 183 ◦ green 148 ◦ blue 175

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

Shades of London Hue #B794AF

Tints of London Hue #B794AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 36.17%
G = 29.25%
B = 34.58%

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

#B794AF (or 0xB794AF) is known color: London Hue. HEX triplet: B7, 94 and AF. RGB value is (183,148,175). Sum of RGB (Red+Green+Blue) = 183+148+175=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B794AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B794AF is #486B50. Grayscale: #A1A1A1. Windows color (decimal): -4746065 or 11506871. OLE color: 11506871.

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

Color convert

RGB 183 148 175 -
CMYK 0 0.19 0.04 0.28
HSL 313.71º 0.2% 0.65% -
HSV(B) 313.71º 0.19% 0.72% -
XYZ 37.86 34.34 45.19 -
YUV 161.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 183 148 175 0 0.19 0.04 0.28 313.71 0.2 0.65
Hex B7 94 AF 0 13 4 1C 13A 14 41
Octal 267 224 257 0 23 4 34 472 24 101
Binary 10110111 10010100 10101111 0 10011 100 11100 100111010 10100 1000001

Color Harmonies of #B794AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B794AF

Black with #B794AF

Text Example


Text Example

White with #B794AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B794AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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