Html Css Color HEX #B885AA London Hue

📋 copy color: '#B885AA'

red 184 ◦ green 133 ◦ blue 170

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

Shades of London Hue #B885AA

Tints of London Hue #B885AA

RGB

 RED value IS 184 (72.27% from 255) = 37.78%

 GREEN value IS 133 (52.34% from 255) = 27.31%

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

R = 37.78%
G = 27.31%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B885AA (or 0xB885AA) is known color: London Hue. HEX triplet: B8, 85 and AA. RGB value is (184,133,170). Sum of RGB (Red+Green+Blue) = 184+133+170=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AA is #477A55. Grayscale: #989898. Windows color (decimal): -4684374 or 11175352. OLE color: 11175352.

HSL color Cylindrical-coordinate representation of color #B885AA: hue angle of 316.47º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B885AA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 170 -
CMYK 0 0.28 0.08 0.28
HSL 316.47º 0.26% 0.62% -
HSV(B) 316.47º 0.28% 0.72% -
XYZ 35.41 29.87 41.93 -
YUV 152.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 184 133 170 0 0.28 0.08 0.28 316.47 0.26 0.62
Hex B8 85 AA 0 1C 8 1C 13C 1A 3E
Octal 270 205 252 0 34 10 34 474 32 76
Binary 10111000 10000101 10101010 0 11100 1000 11100 100111100 11010 111110

Color Harmonies of #B885AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885AA

Black with #B885AA

Text Example


Text Example

White with #B885AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885AA; }

 p { color: rgb(184,133,170); }

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

background-color css

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

 a { background-color: rgb(184,133,170); }

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

border-color css

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

 span { border-color: rgb(184,133,170); }

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