Html Css Color HEX #B09AAB London Hue

📋 copy color: '#B09AAB'

red 176 ◦ green 154 ◦ blue 171

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

Shades of London Hue #B09AAB

Tints of London Hue #B09AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 35.13%
G = 30.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B09AAB (or 0xB09AAB) is known color: London Hue. HEX triplet: B0, 9A and AB. RGB value is (176,154,171). Sum of RGB (Red+Green+Blue) = 176+154+171=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAB is #4F6554. Grayscale: #A2A2A2. Windows color (decimal): -5203285 or 11246256. OLE color: 11246256.

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

Color convert

RGB 176 154 171 -
CMYK 0 0.12 0.03 0.31
HSL 313.64º 0.12% 0.65% -
HSV(B) 313.64º 0.13% 0.69% -
XYZ 36.81 35.28 43.4 -
YUV 162.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 176 154 171 0 0.12 0.03 0.31 313.64 0.12 0.65
Hex B0 9A AB 0 C 3 1F 13A C 41
Octal 260 232 253 0 14 3 37 472 14 101
Binary 10110000 10011010 10101011 0 1100 11 11111 100111010 1100 1000001

Color Harmonies of #B09AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AAB

Black with #B09AAB

Text Example


Text Example

White with #B09AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AAB; }

 p { color: rgb(176,154,171); }

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

background-color css

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

 a { background-color: rgb(176,154,171); }

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

border-color css

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

 span { border-color: rgb(176,154,171); }

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