Html Css Color HEX #B390A5 Bouquet

📋 copy color: '#B390A5'

red 179 ◦ green 144 ◦ blue 165

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

Shades of Bouquet #B390A5

Tints of Bouquet #B390A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.81%

R = 36.68%
G = 29.51%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B390A5 (or 0xB390A5) is known color: Bouquet. HEX triplet: B3, 90 and A5. RGB value is (179,144,165). Sum of RGB (Red+Green+Blue) = 179+144+165=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B390A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B390A5 is #4C6F5A. Grayscale: #9C9C9C. Windows color (decimal): -5009243 or 10850483. OLE color: 10850483.

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

Color convert

RGB 179 144 165 -
CMYK 0 0.20 0.08 0.30
HSL 324º 0.19% 0.63% -
HSV(B) 324º 0.2% 0.7% -
XYZ 35.36 32.25 39.96 -
YUV 156.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 179 144 165 0 0.20 0.08 0.30 324 0.19 0.63
Hex B3 90 A5 0 14 8 1E 144 13 3F
Octal 263 220 245 0 24 10 36 504 23 77
Binary 10110011 10010000 10100101 0 10100 1000 11110 101000100 10011 111111

Color Harmonies of #B390A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390A5

Black with #B390A5

Text Example


Text Example

White with #B390A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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