Html Css Color HEX #B978A1 Bouquet

📋 copy color: '#B978A1'

red 185 ◦ green 120 ◦ blue 161

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

Shades of Bouquet #B978A1

Tints of Bouquet #B978A1

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 39.7%
G = 25.75%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B978A1 (or 0xB978A1) is known color: Bouquet. HEX triplet: B9, 78 and A1. RGB value is (185,120,161). Sum of RGB (Red+Green+Blue) = 185+120+161=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B978A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978A1 is #46875E. Grayscale: #909090. Windows color (decimal): -4622175 or 10582201. OLE color: 10582201.

HSL color Cylindrical-coordinate representation of color #B978A1: hue angle of 322.15º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978A1 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 120 161 -
CMYK 0 0.35 0.13 0.27
HSL 322.15º 0.32% 0.6% -
HSV(B) 322.15º 0.35% 0.73% -
XYZ 33.16 26.32 37.05 -
YUV 144.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 185 120 161 0 0.35 0.13 0.27 322.15 0.32 0.6
Hex B9 78 A1 0 23 D 1B 142 20 3C
Octal 271 170 241 0 43 15 33 502 40 74
Binary 10111001 1111000 10100001 0 100011 1101 11011 101000010 100000 111100

Color Harmonies of #B978A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B978A1

Black with #B978A1

Text Example


Text Example

White with #B978A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B978A1; }

 p { color: rgb(185,120,161); }

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

background-color css

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

 a { background-color: rgb(185,120,161); }

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

border-color css

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

 span { border-color: rgb(185,120,161); }

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