Html Css Color HEX #B390A3 Bouquet

📋 copy color: '#B390A3'

red 179 ◦ green 144 ◦ blue 163

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

Shades of Bouquet #B390A3

Tints of Bouquet #B390A3

RGB

 RED value IS 179 (70.31% from 255) = 36.83%

 GREEN value IS 144 (56.64% from 255) = 29.63%

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 36.83%
G = 29.63%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B390A3 (or 0xB390A3) is known color: Bouquet. HEX triplet: B3, 90 and A3. RGB value is (179,144,163). Sum of RGB (Red+Green+Blue) = 179+144+163=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A3 is #4C6F5C. Grayscale: #9C9C9C. Windows color (decimal): -5009245 or 10719411. OLE color: 10719411.

HSL color Cylindrical-coordinate representation of color #B390A3: hue angle of 327.43º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B390A3 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 144 163 -
CMYK 0 0.20 0.09 0.30
HSL 327.43º 0.19% 0.63% -
HSV(B) 327.43º 0.2% 0.7% -
XYZ 35.17 32.17 39.01 -
YUV 156.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 179 144 163 0 0.20 0.09 0.30 327.43 0.19 0.63
Hex B3 90 A3 0 14 9 1E 147 13 3F
Octal 263 220 243 0 24 11 36 507 23 77
Binary 10110011 10010000 10100011 0 10100 1001 11110 101000111 10011 111111

Color Harmonies of #B390A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390A3

Black with #B390A3

Text Example


Text Example

White with #B390A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390A3; }

 p { color: rgb(179,144,163); }

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

background-color css

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

 a { background-color: rgb(179,144,163); }

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

border-color css

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

 span { border-color: rgb(179,144,163); }

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