Html Css Color HEX #B091AC London Hue

📋 copy color: '#B091AC'

red 176 ◦ green 145 ◦ blue 172

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

Shades of London Hue #B091AC

Tints of London Hue #B091AC

RGB

 RED value IS 176 (69.14% from 255) = 35.7%

 GREEN value IS 145 (57.03% from 255) = 29.41%

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

R = 35.7%
G = 29.41%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B091AC (or 0xB091AC) is known color: London Hue. HEX triplet: B0, 91 and AC. RGB value is (176,145,172). Sum of RGB (Red+Green+Blue) = 176+145+172=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B091AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091AC is #4F6E53. Grayscale: #9D9D9D. Windows color (decimal): -5205588 or 11309488. OLE color: 11309488.

HSL color Cylindrical-coordinate representation of color #B091AC: hue angle of 307.74º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B091AC is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 172 -
CMYK 0 0.18 0.02 0.31
HSL 307.74º 0.16% 0.63% -
HSV(B) 307.74º 0.18% 0.69% -
XYZ 35.48 32.46 43.43 -
YUV 157.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 176 145 172 0 0.18 0.02 0.31 307.74 0.16 0.63
Hex B0 91 AC 0 12 2 1F 134 10 3F
Octal 260 221 254 0 22 2 37 464 20 77
Binary 10110000 10010001 10101100 0 10010 10 11111 100110100 10000 111111

Color Harmonies of #B091AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091AC

Black with #B091AC

Text Example


Text Example

White with #B091AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091AC; }

 p { color: rgb(176,145,172); }

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

background-color css

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

 a { background-color: rgb(176,145,172); }

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

border-color css

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

 span { border-color: rgb(176,145,172); }

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