Html Css Color HEX #B785AA London Hue

📋 copy color: '#B785AA'

red 183 ◦ green 133 ◦ blue 170

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

Shades of London Hue #B785AA

Tints of London Hue #B785AA

RGB

 RED value IS 183 (71.88% from 255) = 37.65%

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

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

R = 37.65%
G = 27.37%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B785AA (or 0xB785AA) is known color: London Hue. HEX triplet: B7, 85 and AA. RGB value is (183,133,170). Sum of RGB (Red+Green+Blue) = 183+133+170=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B785AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785AA is #487A55. Grayscale: #989898. Windows color (decimal): -4749910 or 11175351. OLE color: 11175351.

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

Color convert

RGB 183 133 170 -
CMYK 0 0.27 0.07 0.28
HSL 315.6º 0.26% 0.62% -
HSV(B) 315.6º 0.27% 0.72% -
XYZ 35.17 29.74 41.92 -
YUV 152.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 183 133 170 0 0.27 0.07 0.28 315.6 0.26 0.62
Hex B7 85 AA 0 1B 7 1C 13C 1A 3E
Octal 267 205 252 0 33 7 34 474 32 76
Binary 10110111 10000101 10101010 0 11011 111 11100 100111100 11010 111110

Color Harmonies of #B785AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B785AA

Black with #B785AA

Text Example


Text Example

White with #B785AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B785AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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