Html Css Color HEX #B974A1 Bouquet

📋 copy color: '#B974A1'

red 185 ◦ green 116 ◦ blue 161

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

Shades of Bouquet #B974A1

Tints of Bouquet #B974A1

RGB

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

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

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

R = 40.04%
G = 25.11%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B974A1 (or 0xB974A1) is known color: Bouquet. HEX triplet: B9, 74 and A1. RGB value is (185,116,161). Sum of RGB (Red+Green+Blue) = 185+116+161=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B974A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974A1 is #468B5E. Grayscale: #8D8D8D. Windows color (decimal): -4623199 or 10581177. OLE color: 10581177.

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

Color convert

RGB 185 116 161 -
CMYK 0 0.37 0.13 0.27
HSL 320.87º 0.33% 0.59% -
HSV(B) 320.87º 0.37% 0.73% -
XYZ 32.69 25.38 36.89 -
YUV 141.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 185 116 161 0 0.37 0.13 0.27 320.87 0.33 0.59
Hex B9 74 A1 0 25 D 1B 141 21 3B
Octal 271 164 241 0 45 15 33 501 41 73
Binary 10111001 1110100 10100001 0 100101 1101 11011 101000001 100001 111011

Color Harmonies of #B974A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974A1

Black with #B974A1

Text Example


Text Example

White with #B974A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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