Html Css Color HEX #B874A0 Bouquet

📋 copy color: '#B874A0'

red 184 ◦ green 116 ◦ blue 160

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

Shades of Bouquet #B874A0

Tints of Bouquet #B874A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 40%
G = 25.22%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B874A0 (or 0xB874A0) is known color: Bouquet. HEX triplet: B8, 74 and A0. RGB value is (184,116,160). Sum of RGB (Red+Green+Blue) = 184+116+160=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B874A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874A0 is #478B5F. Grayscale: #8D8D8D. Windows color (decimal): -4688736 or 10515640. OLE color: 10515640.

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

Color convert

RGB 184 116 160 -
CMYK 0 0.37 0.13 0.28
HSL 321.18º 0.32% 0.59% -
HSV(B) 321.18º 0.37% 0.72% -
XYZ 32.36 25.22 36.42 -
YUV 141.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 184 116 160 0 0.37 0.13 0.28 321.18 0.32 0.59
Hex B8 74 A0 0 25 D 1C 141 20 3B
Octal 270 164 240 0 45 15 34 501 40 73
Binary 10111000 1110100 10100000 0 100101 1101 11100 101000001 100000 111011

Color Harmonies of #B874A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874A0

Black with #B874A0

Text Example


Text Example

White with #B874A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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