Html Css Color HEX #B092AA London Hue

📋 copy color: '#B092AA'

red 176 ◦ green 146 ◦ blue 170

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

Shades of London Hue #B092AA

Tints of London Hue #B092AA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 35.77%
G = 29.67%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B092AA (or 0xB092AA) is known color: London Hue. HEX triplet: B0, 92 and AA. RGB value is (176,146,170). Sum of RGB (Red+Green+Blue) = 176+146+170=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B092AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B092AA is #4F6D55. Grayscale: #9D9D9D. Windows color (decimal): -5205334 or 11178672. OLE color: 11178672.

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

Color convert

RGB 176 146 170 -
CMYK 0 0.17 0.03 0.31
HSL 312º 0.16% 0.63% -
HSV(B) 312º 0.17% 0.69% -
XYZ 35.44 32.69 42.47 -
YUV 157.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 176 146 170 0 0.17 0.03 0.31 312 0.16 0.63
Hex B0 92 AA 0 11 3 1F 138 10 3F
Octal 260 222 252 0 21 3 37 470 20 77
Binary 10110000 10010010 10101010 0 10001 11 11111 100111000 10000 111111

Color Harmonies of #B092AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092AA

Black with #B092AA

Text Example


Text Example

White with #B092AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092AA; }

 p { color: rgb(176,146,170); }

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

background-color css

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

 a { background-color: rgb(176,146,170); }

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

border-color css

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

 span { border-color: rgb(176,146,170); }

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