Html Css Color HEX #B56E9C Bouquet

📋 copy color: '#B56E9C'

red 181 ◦ green 110 ◦ blue 156

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

Shades of Bouquet #B56E9C

Tints of Bouquet #B56E9C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 40.49%
G = 24.61%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B56E9C (or 0xB56E9C) is known color: Bouquet. HEX triplet: B5, 6E and 9C. RGB value is (181,110,156). Sum of RGB (Red+Green+Blue) = 181+110+156=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E9C is #4A9163. Grayscale: #888888. Windows color (decimal): -4886884 or 10251957. OLE color: 10251957.

HSL color Cylindrical-coordinate representation of color #B56E9C: hue angle of 321.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56E9C is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 156 -
CMYK 0 0.39 0.14 0.29
HSL 321.13º 0.32% 0.57% -
HSV(B) 321.13º 0.39% 0.71% -
XYZ 30.63 23.38 34.35 -
YUV 136.47 139.02 159.76 -
System Red Green Blue C M Y K H S L
Decimal 181 110 156 0 0.39 0.14 0.29 321.13 0.32 0.57
Hex B5 6E 9C 0 27 E 1D 141 20 39
Octal 265 156 234 0 47 16 35 501 40 71
Binary 10110101 1101110 10011100 0 100111 1110 11101 101000001 100000 111001

Color Harmonies of #B56E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E9C

Black with #B56E9C

Text Example


Text Example

White with #B56E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E9C; }

 p { color: rgb(181,110,156); }

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

background-color css

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

 a { background-color: rgb(181,110,156); }

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

border-color css

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

 span { border-color: rgb(181,110,156); }

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