Html Css Color HEX #B97AAC London Hue

📋 copy color: '#B97AAC'

red 185 ◦ green 122 ◦ blue 172

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

Shades of London Hue #B97AAC

Tints of London Hue #B97AAC

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

 GREEN value IS 122 (48.05% from 255) = 25.47%

 BLUE value IS 172 (67.58% from 255) = 35.91%

R = 38.62%
G = 25.47%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B97AAC (or 0xB97AAC) is known color: London Hue. HEX triplet: B9, 7A and AC. RGB value is (185,122,172). Sum of RGB (Red+Green+Blue) = 185+122+172=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AAC is #468553. Grayscale: #929292. Windows color (decimal): -4621652 or 11303609. OLE color: 11303609.

HSL color Cylindrical-coordinate representation of color #B97AAC: hue angle of 312.38º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97AAC is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 122 172 -
CMYK 0 0.34 0.07 0.27
HSL 312.38º 0.31% 0.6% -
HSV(B) 312.38º 0.34% 0.73% -
XYZ 34.41 27.21 42.47 -
YUV 146.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 185 122 172 0 0.34 0.07 0.27 312.38 0.31 0.6
Hex B9 7A AC 0 22 7 1B 138 1F 3C
Octal 271 172 254 0 42 7 33 470 37 74
Binary 10111001 1111010 10101100 0 100010 111 11011 100111000 11111 111100

Color Harmonies of #B97AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AAC

Black with #B97AAC

Text Example


Text Example

White with #B97AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AAC; }

 p { color: rgb(185,122,172); }

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

background-color css

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

 a { background-color: rgb(185,122,172); }

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

border-color css

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

 span { border-color: rgb(185,122,172); }

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