Html Css Color HEX #B782AA London Hue

📋 copy color: '#B782AA'

red 183 ◦ green 130 ◦ blue 170

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

Shades of London Hue #B782AA

Tints of London Hue #B782AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

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

R = 37.89%
G = 26.92%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B782AA (or 0xB782AA) is known color: London Hue. HEX triplet: B7, 82 and AA. RGB value is (183,130,170). Sum of RGB (Red+Green+Blue) = 183+130+170=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AA is #487D55. Grayscale: #969696. Windows color (decimal): -4750678 or 11174583. OLE color: 11174583.

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

Color convert

RGB 183 130 170 -
CMYK 0 0.29 0.07 0.28
HSL 314.72º 0.27% 0.61% -
HSV(B) 314.72º 0.29% 0.72% -
XYZ 34.77 28.93 41.78 -
YUV 150.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 183 130 170 0 0.29 0.07 0.28 314.72 0.27 0.61
Hex B7 82 AA 0 1D 7 1C 13B 1B 3D
Octal 267 202 252 0 35 7 34 473 33 75
Binary 10110111 10000010 10101010 0 11101 111 11100 100111011 11011 111101

Color Harmonies of #B782AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B782AA

Black with #B782AA

Text Example


Text Example

White with #B782AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B782AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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