Html Css Color HEX #B973A2 Bouquet

📋 copy color: '#B973A2'

red 185 ◦ green 115 ◦ blue 162

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

Shades of Bouquet #B973A2

Tints of Bouquet #B973A2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 40.04%
G = 24.89%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B973A2 (or 0xB973A2) is known color: Bouquet. HEX triplet: B9, 73 and A2. RGB value is (185,115,162). Sum of RGB (Red+Green+Blue) = 185+115+162=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B973A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B973A2 is #468C5D. Grayscale: #8D8D8D. Windows color (decimal): -4623454 or 10646457. OLE color: 10646457.

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

Color convert

RGB 185 115 162 -
CMYK 0 0.38 0.12 0.27
HSL 319.71º 0.33% 0.59% -
HSV(B) 319.71º 0.38% 0.73% -
XYZ 32.66 25.18 37.32 -
YUV 141.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 185 115 162 0 0.38 0.12 0.27 319.71 0.33 0.59
Hex B9 73 A2 0 26 C 1B 140 21 3B
Octal 271 163 242 0 46 14 33 500 41 73
Binary 10111001 1110011 10100010 0 100110 1100 11011 101000000 100001 111011

Color Harmonies of #B973A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973A2

Black with #B973A2

Text Example


Text Example

White with #B973A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973A2; }

 p { color: rgb(185,115,162); }

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

background-color css

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

 a { background-color: rgb(185,115,162); }

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

border-color css

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

 span { border-color: rgb(185,115,162); }

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