Html Css Color HEX #B984A0 Bouquet

📋 copy color: '#B984A0'

red 185 ◦ green 132 ◦ blue 160

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

Shades of Bouquet #B984A0

Tints of Bouquet #B984A0

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

 GREEN value IS 132 (51.95% from 255) = 27.67%

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

R = 38.78%
G = 27.67%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B984A0 (or 0xB984A0) is known color: Bouquet. HEX triplet: B9, 84 and A0. RGB value is (185,132,160). Sum of RGB (Red+Green+Blue) = 185+132+160=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A0 is #467B5F. Grayscale: #969696. Windows color (decimal): -4619104 or 10519737. OLE color: 10519737.

HSL color Cylindrical-coordinate representation of color #B984A0: hue angle of 328.3º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B984A0 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 160 -
CMYK 0 0.29 0.14 0.27
HSL 328.3º 0.27% 0.62% -
HSV(B) 328.3º 0.29% 0.73% -
XYZ 34.6 29.35 37.1 -
YUV 151.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 185 132 160 0 0.29 0.14 0.27 328.3 0.27 0.62
Hex B9 84 A0 0 1D E 1B 148 1B 3E
Octal 271 204 240 0 35 16 33 510 33 76
Binary 10111001 10000100 10100000 0 11101 1110 11011 101001000 11011 111110

Color Harmonies of #B984A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984A0

Black with #B984A0

Text Example


Text Example

White with #B984A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984A0; }

 p { color: rgb(185,132,160); }

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

background-color css

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

 a { background-color: rgb(185,132,160); }

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

border-color css

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

 span { border-color: rgb(185,132,160); }

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