Html Css Color HEX #B874AB Bouquet

📋 copy color: '#B874AB'

red 184 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #B874AB

Tints of Bouquet #B874AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 39.07%
G = 24.63%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B874AB (or 0xB874AB) is known color: Bouquet. HEX triplet: B8, 74 and AB. RGB value is (184,116,171). Sum of RGB (Red+Green+Blue) = 184+116+171=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B874AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B874AB is #478B54. Grayscale: #8E8E8E. Windows color (decimal): -4688725 or 11236536. OLE color: 11236536.

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

Color convert

RGB 184 116 171 -
CMYK 0 0.37 0.07 0.28
HSL 311.47º 0.32% 0.59% -
HSV(B) 311.47º 0.37% 0.72% -
XYZ 33.36 25.62 41.72 -
YUV 142.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 184 116 171 0 0.37 0.07 0.28 311.47 0.32 0.59
Hex B8 74 AB 0 25 7 1C 137 20 3B
Octal 270 164 253 0 45 7 34 467 40 73
Binary 10111000 1110100 10101011 0 100101 111 11100 100110111 100000 111011

Color Harmonies of #B874AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B874AB

Black with #B874AB

Text Example


Text Example

White with #B874AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B874AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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