Html Css Color HEX #B56E97 Bouquet

📋 copy color: '#B56E97'

red 181 ◦ green 110 ◦ blue 151

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

Shades of Bouquet #B56E97

Tints of Bouquet #B56E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 40.95%
G = 24.89%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B56E97 (or 0xB56E97) is known color: Bouquet. HEX triplet: B5, 6E and 97. RGB value is (181,110,151). Sum of RGB (Red+Green+Blue) = 181+110+151=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E97 is #4A9168. Grayscale: #878787. Windows color (decimal): -4886889 or 9924277. OLE color: 9924277.

HSL color Cylindrical-coordinate representation of color #B56E97: hue angle of 325.35º 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 #B56E97 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 151 -
CMYK 0 0.39 0.17 0.29
HSL 325.35º 0.32% 0.57% -
HSV(B) 325.35º 0.39% 0.71% -
XYZ 30.22 23.21 32.17 -
YUV 135.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 181 110 151 0 0.39 0.17 0.29 325.35 0.32 0.57
Hex B5 6E 97 0 27 11 1D 145 20 39
Octal 265 156 227 0 47 21 35 505 40 71
Binary 10110101 1101110 10010111 0 100111 10001 11101 101000101 100000 111001

Color Harmonies of #B56E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E97

Black with #B56E97

Text Example


Text Example

White with #B56E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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