Html Css Color HEX #B892B4 London Hue

📋 copy color: '#B892B4'

red 184 ◦ green 146 ◦ blue 180

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

Shades of London Hue #B892B4

Tints of London Hue #B892B4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 36.08%
G = 28.63%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B892B4 (or 0xB892B4) is known color: London Hue. HEX triplet: B8, 92 and B4. RGB value is (184,146,180). Sum of RGB (Red+Green+Blue) = 184+146+180=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B892B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892B4 is #476D4B. Grayscale: #A1A1A1. Windows color (decimal): -4681036 or 11834040. OLE color: 11834040.

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

Color convert

RGB 184 146 180 -
CMYK 0 0.21 0.02 0.28
HSL 306.32º 0.21% 0.65% -
HSV(B) 306.32º 0.21% 0.72% -
XYZ 38.28 34.04 47.73 -
YUV 161.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 184 146 180 0 0.21 0.02 0.28 306.32 0.21 0.65
Hex B8 92 B4 0 15 2 1C 132 15 41
Octal 270 222 264 0 25 2 34 462 25 101
Binary 10111000 10010010 10110100 0 10101 10 11100 100110010 10101 1000001

Color Harmonies of #B892B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B892B4

Black with #B892B4

Text Example


Text Example

White with #B892B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B892B4; }

 p { color: rgb(184,146,180); }

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

background-color css

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

 a { background-color: rgb(184,146,180); }

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

border-color css

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

 span { border-color: rgb(184,146,180); }

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