Html Css Color HEX #B09BAB London Hue

📋 copy color: '#B09BAB'

red 176 ◦ green 155 ◦ blue 171

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

Shades of London Hue #B09BAB

Tints of London Hue #B09BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

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

R = 35.06%
G = 30.88%
B = 34.06%

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

#B09BAB (or 0xB09BAB) is known color: London Hue. HEX triplet: B0, 9B and AB. RGB value is (176,155,171). Sum of RGB (Red+Green+Blue) = 176+155+171=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAB is #4F6454. Grayscale: #A3A3A3. Windows color (decimal): -5203029 or 11246512. OLE color: 11246512.

HSL color Cylindrical-coordinate representation of color #B09BAB: hue angle of 314.29º 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 #B09BAB is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 171 -
CMYK 0 0.12 0.03 0.31
HSL 314.29º 0.12% 0.65% -
HSV(B) 314.29º 0.12% 0.69% -
XYZ 36.98 35.61 43.45 -
YUV 163.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 176 155 171 0 0.12 0.03 0.31 314.29 0.12 0.65
Hex B0 9B AB 0 C 3 1F 13A C 41
Octal 260 233 253 0 14 3 37 472 14 101
Binary 10110000 10011011 10101011 0 1100 11 11111 100111010 1100 1000001

Color Harmonies of #B09BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BAB

Black with #B09BAB

Text Example


Text Example

White with #B09BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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