Html Css Color HEX #B08AAB London Hue

📋 copy color: '#B08AAB'

red 176 ◦ green 138 ◦ blue 171

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

Shades of London Hue #B08AAB

Tints of London Hue #B08AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.45%

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

R = 36.29%
G = 28.45%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B08AAB (or 0xB08AAB) is known color: London Hue. HEX triplet: B0, 8A and AB. RGB value is (176,138,171). Sum of RGB (Red+Green+Blue) = 176+138+171=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B08AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08AAB is #4F7554. Grayscale: #999999. Windows color (decimal): -5207381 or 11242160. OLE color: 11242160.

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

Color convert

RGB 176 138 171 -
CMYK 0 0.22 0.03 0.31
HSL 307.89º 0.19% 0.62% -
HSV(B) 307.89º 0.22% 0.69% -
XYZ 34.34 30.35 42.58 -
YUV 153.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 176 138 171 0 0.22 0.03 0.31 307.89 0.19 0.62
Hex B0 8A AB 0 16 3 1F 134 13 3E
Octal 260 212 253 0 26 3 37 464 23 76
Binary 10110000 10001010 10101011 0 10110 11 11111 100110100 10011 111110

Color Harmonies of #B08AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08AAB

Black with #B08AAB

Text Example


Text Example

White with #B08AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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