Html Css Color HEX #B876A5 Bouquet

📋 copy color: '#B876A5'

red 184 ◦ green 118 ◦ blue 165

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

Shades of Bouquet #B876A5

Tints of Bouquet #B876A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.33%

R = 39.4%
G = 25.27%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B876A5 (or 0xB876A5) is known color: Bouquet. HEX triplet: B8, 76 and A5. RGB value is (184,118,165). Sum of RGB (Red+Green+Blue) = 184+118+165=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B876A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B876A5 is #47895A. Grayscale: #8E8E8E. Windows color (decimal): -4688219 or 10843832. OLE color: 10843832.

HSL color Cylindrical-coordinate representation of color #B876A5: hue angle of 317.27º 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 #B876A5 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 165 -
CMYK 0 0.36 0.10 0.28
HSL 317.27º 0.32% 0.59% -
HSV(B) 317.27º 0.36% 0.72% -
XYZ 33.04 25.86 38.85 -
YUV 143.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 184 118 165 0 0.36 0.10 0.28 317.27 0.32 0.59
Hex B8 76 A5 0 24 A 1C 13D 20 3B
Octal 270 166 245 0 44 12 34 475 40 73
Binary 10111000 1110110 10100101 0 100100 1010 11100 100111101 100000 111011

Color Harmonies of #B876A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876A5

Black with #B876A5

Text Example


Text Example

White with #B876A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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