Html Css Color HEX #B984A7 Bouquet

📋 copy color: '#B984A7'

red 185 ◦ green 132 ◦ blue 167

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

Shades of Bouquet #B984A7

Tints of Bouquet #B984A7

RGB

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

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

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

R = 38.22%
G = 27.27%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B984A7 (or 0xB984A7) is known color: Bouquet. HEX triplet: B9, 84 and A7. RGB value is (185,132,167). Sum of RGB (Red+Green+Blue) = 185+132+167=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A7 is #467B58. Grayscale: #979797. Windows color (decimal): -4619097 or 10978489. OLE color: 10978489.

HSL color Cylindrical-coordinate representation of color #B984A7: hue angle of 320.38º 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 #B984A7 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 132 167 -
CMYK 0 0.29 0.10 0.27
HSL 320.38º 0.27% 0.62% -
HSV(B) 320.38º 0.29% 0.73% -
XYZ 35.23 29.61 40.42 -
YUV 151.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 185 132 167 0 0.29 0.10 0.27 320.38 0.27 0.62
Hex B9 84 A7 0 1D A 1B 140 1B 3E
Octal 271 204 247 0 35 12 33 500 33 76
Binary 10111001 10000100 10100111 0 11101 1010 11011 101000000 11011 111110

Color Harmonies of #B984A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B984A7

Black with #B984A7

Text Example


Text Example

White with #B984A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B984A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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