Html Css Color HEX #B56399 Bouquet

📋 copy color: '#B56399'

red 181 ◦ green 99 ◦ blue 153

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

Shades of Bouquet #B56399

Tints of Bouquet #B56399

RGB

 RED value IS 181 (71.09% from 255) = 41.8%

 GREEN value IS 99 (39.06% from 255) = 22.86%

 BLUE value IS 153 (60.16% from 255) = 35.33%

R = 41.8%
G = 22.86%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B56399 (or 0xB56399) is known color: Bouquet. HEX triplet: B5, 63 and 99. RGB value is (181,99,153). Sum of RGB (Red+Green+Blue) = 181+99+153=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56399 is #4A9C66. Grayscale: #818181. Windows color (decimal): -4889703 or 10052533. OLE color: 10052533.

HSL color Cylindrical-coordinate representation of color #B56399: hue angle of 320.49º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56399 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 153 -
CMYK 0 0.45 0.15 0.29
HSL 320.49º 0.36% 0.55% -
HSV(B) 320.49º 0.45% 0.71% -
XYZ 29.27 21.05 32.66 -
YUV 129.67 141.17 164.61 -
System Red Green Blue C M Y K H S L
Decimal 181 99 153 0 0.45 0.15 0.29 320.49 0.36 0.55
Hex B5 63 99 0 2D F 1D 140 24 37
Octal 265 143 231 0 55 17 35 500 44 67
Binary 10110101 1100011 10011001 0 101101 1111 11101 101000000 100100 110111

Color Harmonies of #B56399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56399

Black with #B56399

Text Example


Text Example

White with #B56399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56399; }

 p { color: rgb(181,99,153); }

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

background-color css

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

 a { background-color: rgb(181,99,153); }

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

border-color css

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

 span { border-color: rgb(181,99,153); }

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