Html Css Color HEX #B974A6 Bouquet

📋 copy color: '#B974A6'

red 185 ◦ green 116 ◦ blue 166

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

Shades of Bouquet #B974A6

Tints of Bouquet #B974A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 39.61%
G = 24.84%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B974A6 (or 0xB974A6) is known color: Bouquet. HEX triplet: B9, 74 and A6. RGB value is (185,116,166). Sum of RGB (Red+Green+Blue) = 185+116+166=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B974A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974A6 is #468B59. Grayscale: #8E8E8E. Windows color (decimal): -4623194 or 10908857. OLE color: 10908857.

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

Color convert

RGB 185 116 166 -
CMYK 0 0.37 0.10 0.27
HSL 316.52º 0.33% 0.59% -
HSV(B) 316.52º 0.37% 0.73% -
XYZ 33.14 25.56 39.26 -
YUV 142.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 185 116 166 0 0.37 0.10 0.27 316.52 0.33 0.59
Hex B9 74 A6 0 25 A 1B 13D 21 3B
Octal 271 164 246 0 45 12 33 475 41 73
Binary 10111001 1110100 10100110 0 100101 1010 11011 100111101 100001 111011

Color Harmonies of #B974A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974A6

Black with #B974A6

Text Example


Text Example

White with #B974A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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