Html Css Color HEX #B876AF London Hue

📋 copy color: '#B876AF'

red 184 ◦ green 118 ◦ blue 175

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

Shades of London Hue #B876AF

Tints of London Hue #B876AF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 38.57%
G = 24.74%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B876AF (or 0xB876AF) is known color: London Hue. HEX triplet: B8, 76 and AF. RGB value is (184,118,175). Sum of RGB (Red+Green+Blue) = 184+118+175=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 184 - color contains mainly: red. Hex color #B876AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876AF is #478950. Grayscale: #909090. Windows color (decimal): -4688209 or 11499192. OLE color: 11499192.

HSL color Cylindrical-coordinate representation of color #B876AF: hue angle of 308.18º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B876AF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 175 -
CMYK 0 0.36 0.05 0.28
HSL 308.18º 0.32% 0.59% -
HSV(B) 308.18º 0.36% 0.72% -
XYZ 33.98 26.24 43.83 -
YUV 144.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 184 118 175 0 0.36 0.05 0.28 308.18 0.32 0.59
Hex B8 76 AF 0 24 5 1C 134 20 3B
Octal 270 166 257 0 44 5 34 464 40 73
Binary 10111000 1110110 10101111 0 100100 101 11100 100110100 100000 111011

Color Harmonies of #B876AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876AF

Black with #B876AF

Text Example


Text Example

White with #B876AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876AF; }

 p { color: rgb(184,118,175); }

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

background-color css

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

 a { background-color: rgb(184,118,175); }

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

border-color css

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

 span { border-color: rgb(184,118,175); }

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