Html Css Color HEX #B974AB Bouquet

📋 copy color: '#B974AB'

red 185 ◦ green 116 ◦ blue 171

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

Shades of Bouquet #B974AB

Tints of Bouquet #B974AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.23%

R = 39.19%
G = 24.58%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B974AB (or 0xB974AB) is known color: Bouquet. HEX triplet: B9, 74 and AB. RGB value is (185,116,171). Sum of RGB (Red+Green+Blue) = 185+116+171=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B974AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B974AB is #468B54. Grayscale: #8E8E8E. Windows color (decimal): -4623189 or 11236537. OLE color: 11236537.

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

Color convert

RGB 185 116 171 -
CMYK 0 0.37 0.08 0.27
HSL 312.17º 0.33% 0.59% -
HSV(B) 312.17º 0.37% 0.73% -
XYZ 33.6 25.75 41.73 -
YUV 142.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 185 116 171 0 0.37 0.08 0.27 312.17 0.33 0.59
Hex B9 74 AB 0 25 8 1B 138 21 3B
Octal 271 164 253 0 45 10 33 470 41 73
Binary 10111001 1110100 10101011 0 100101 1000 11011 100111000 100001 111011

Color Harmonies of #B974AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974AB

Black with #B974AB

Text Example


Text Example

White with #B974AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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