Html Css Color HEX #B974A0 Bouquet

📋 copy color: '#B974A0'

red 185 ◦ green 116 ◦ blue 160

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

Shades of Bouquet #B974A0

Tints of Bouquet #B974A0

RGB

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

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

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

R = 40.13%
G = 25.16%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B974A0 (or 0xB974A0) is known color: Bouquet. HEX triplet: B9, 74 and A0. RGB value is (185,116,160). Sum of RGB (Red+Green+Blue) = 185+116+160=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B974A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974A0 is #468B5F. Grayscale: #8D8D8D. Windows color (decimal): -4623200 or 10515641. OLE color: 10515641.

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

Color convert

RGB 185 116 160 -
CMYK 0 0.37 0.14 0.27
HSL 321.74º 0.33% 0.59% -
HSV(B) 321.74º 0.37% 0.73% -
XYZ 32.6 25.34 36.43 -
YUV 141.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 185 116 160 0 0.37 0.14 0.27 321.74 0.33 0.59
Hex B9 74 A0 0 25 E 1B 142 21 3B
Octal 271 164 240 0 45 16 33 502 41 73
Binary 10111001 1110100 10100000 0 100101 1110 11011 101000010 100001 111011

Color Harmonies of #B974A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974A0

Black with #B974A0

Text Example


Text Example

White with #B974A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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