#B08CA5

Color #B08CA5 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B08CA5

Tints of London Hue #B08CA5

Color information

#B08CA5 (or 0xB08CA5) is unknown color: approx London Hue. HEX triplet: B0, 8C and A5. RGB value is (176,140,165). Sum of RGB (Red+Green+Blue) = 176+140+165=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CA5 is #4F735A. Grayscale: #999999. Windows color (decimal): -5206875 or 10849456. OLE color: 10849456.

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

Color convert

RGB176140165-
CMYK00.200.060.31
HSL318.33º18.56%61.96%-
HSV(B)318.33º20.45%69.02%-
XYZ34.0730.739.73-
YUV153.61134.43143.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=36.59%
G=29.11%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614016500.200.060.31318.3318.5661.96
HexB08CA501461F13e133e
Octal2602142450246374762376
Binary1011000010001100101001010101001101111110011111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CA5; }

 p { color: rgb(176,140,165); }

 H1.HeaderClassName
 {
   color: #B08CA5;
 }
 .AnyTagClassName
 {
   color: #B08CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(176,140,165); }

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

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

 span { border-color: rgb(176,140,165); }

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