Html Css Color HEX #B877A8 Bouquet

📋 copy color: '#B877A8'

red 184 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #B877A8

Tints of Bouquet #B877A8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.27%

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 39.07%
G = 25.27%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B877A8 (or 0xB877A8) is known color: Bouquet. HEX triplet: B8, 77 and A8. RGB value is (184,119,168). Sum of RGB (Red+Green+Blue) = 184+119+168=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B877A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B877A8 is #478857. Grayscale: #8F8F8F. Windows color (decimal): -4687960 or 11040696. OLE color: 11040696.

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

Color convert

RGB 184 119 168 -
CMYK 0 0.35 0.09 0.28
HSL 314.77º 0.31% 0.59% -
HSV(B) 314.77º 0.35% 0.72% -
XYZ 33.43 26.21 40.34 -
YUV 144.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 184 119 168 0 0.35 0.09 0.28 314.77 0.31 0.59
Hex B8 77 A8 0 23 9 1C 13B 1F 3B
Octal 270 167 250 0 43 11 34 473 37 73
Binary 10111000 1110111 10101000 0 100011 1001 11100 100111011 11111 111011

Color Harmonies of #B877A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877A8

Black with #B877A8

Text Example


Text Example

White with #B877A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877A8; }

 p { color: rgb(184,119,168); }

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

background-color css

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

 a { background-color: rgb(184,119,168); }

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

border-color css

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

 span { border-color: rgb(184,119,168); }

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