Html Css Color HEX #B874A7 Bouquet

📋 copy color: '#B874A7'

red 184 ◦ green 116 ◦ blue 167

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

Shades of Bouquet #B874A7

Tints of Bouquet #B874A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 39.4%
G = 24.84%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B874A7 (or 0xB874A7) is known color: Bouquet. HEX triplet: B8, 74 and A7. RGB value is (184,116,167). Sum of RGB (Red+Green+Blue) = 184+116+167=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B874A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874A7 is #478B58. Grayscale: #8E8E8E. Windows color (decimal): -4688729 or 10974392. OLE color: 10974392.

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

Color convert

RGB 184 116 167 -
CMYK 0 0.37 0.09 0.28
HSL 315º 0.32% 0.59% -
HSV(B) 315º 0.37% 0.72% -
XYZ 32.99 25.47 39.74 -
YUV 142.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 184 116 167 0 0.37 0.09 0.28 315 0.32 0.59
Hex B8 74 A7 0 25 9 1C 13B 20 3B
Octal 270 164 247 0 45 11 34 473 40 73
Binary 10111000 1110100 10100111 0 100101 1001 11100 100111011 100000 111011

Color Harmonies of #B874A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874A7

Black with #B874A7

Text Example


Text Example

White with #B874A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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