Html Css Color HEX #B871A0 Bouquet

📋 copy color: '#B871A0'

red 184 ◦ green 113 ◦ blue 160

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

Shades of Bouquet #B871A0

Tints of Bouquet #B871A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.73%

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

R = 40.26%
G = 24.73%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B871A0 (or 0xB871A0) is known color: Bouquet. HEX triplet: B8, 71 and A0. RGB value is (184,113,160). Sum of RGB (Red+Green+Blue) = 184+113+160=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B871A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871A0 is #478E5F. Grayscale: #8B8B8B. Windows color (decimal): -4689504 or 10514872. OLE color: 10514872.

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

Color convert

RGB 184 113 160 -
CMYK 0 0.39 0.13 0.28
HSL 320.28º 0.33% 0.58% -
HSV(B) 320.28º 0.39% 0.72% -
XYZ 32.02 24.54 36.31 -
YUV 139.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 184 113 160 0 0.39 0.13 0.28 320.28 0.33 0.58
Hex B8 71 A0 0 27 D 1C 140 21 3A
Octal 270 161 240 0 47 15 34 500 41 72
Binary 10111000 1110001 10100000 0 100111 1101 11100 101000000 100001 111010

Color Harmonies of #B871A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871A0

Black with #B871A0

Text Example


Text Example

White with #B871A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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