Html Css Color HEX #B873A0 Bouquet

📋 copy color: '#B873A0'

red 184 ◦ green 115 ◦ blue 160

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

Shades of Bouquet #B873A0

Tints of Bouquet #B873A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.05%

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 40.09%
G = 25.05%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B873A0 (or 0xB873A0) is known color: Bouquet. HEX triplet: B8, 73 and A0. RGB value is (184,115,160). Sum of RGB (Red+Green+Blue) = 184+115+160=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B873A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873A0 is #478C5F. Grayscale: #8C8C8C. Windows color (decimal): -4688992 or 10515384. OLE color: 10515384.

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

Color convert

RGB 184 115 160 -
CMYK 0 0.38 0.13 0.28
HSL 320.87º 0.33% 0.59% -
HSV(B) 320.87º 0.38% 0.72% -
XYZ 32.24 24.99 36.38 -
YUV 140.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 184 115 160 0 0.38 0.13 0.28 320.87 0.33 0.59
Hex B8 73 A0 0 26 D 1C 141 21 3B
Octal 270 163 240 0 46 15 34 501 41 73
Binary 10111000 1110011 10100000 0 100110 1101 11100 101000001 100001 111011

Color Harmonies of #B873A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873A0

Black with #B873A0

Text Example


Text Example

White with #B873A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873A0; }

 p { color: rgb(184,115,160); }

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

background-color css

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

 a { background-color: rgb(184,115,160); }

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

border-color css

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

 span { border-color: rgb(184,115,160); }

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