Html Css Color HEX #B883AA London Hue

📋 copy color: '#B883AA'

red 184 ◦ green 131 ◦ blue 170

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

Shades of London Hue #B883AA

Tints of London Hue #B883AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

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

R = 37.94%
G = 27.01%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B883AA (or 0xB883AA) is known color: London Hue. HEX triplet: B8, 83 and AA. RGB value is (184,131,170). Sum of RGB (Red+Green+Blue) = 184+131+170=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B883AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B883AA is #477C55. Grayscale: #979797. Windows color (decimal): -4684886 or 11174840. OLE color: 11174840.

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

Color convert

RGB 184 131 170 -
CMYK 0 0.29 0.08 0.28
HSL 315.85º 0.27% 0.62% -
HSV(B) 315.85º 0.29% 0.72% -
XYZ 35.14 29.33 41.84 -
YUV 151.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 184 131 170 0 0.29 0.08 0.28 315.85 0.27 0.62
Hex B8 83 AA 0 1D 8 1C 13C 1B 3E
Octal 270 203 252 0 35 10 34 474 33 76
Binary 10111000 10000011 10101010 0 11101 1000 11100 100111100 11011 111110

Color Harmonies of #B883AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B883AA

Black with #B883AA

Text Example


Text Example

White with #B883AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B883AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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