Html Css Color HEX #B56C96 Bouquet

📋 copy color: '#B56C96'

red 181 ◦ green 108 ◦ blue 150

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

Shades of Bouquet #B56C96

Tints of Bouquet #B56C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.6%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 41.23%
G = 24.6%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B56C96 (or 0xB56C96) is known color: Bouquet. HEX triplet: B5, 6C and 96. RGB value is (181,108,150). Sum of RGB (Red+Green+Blue) = 181+108+150=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C96 is #4A9369. Grayscale: #868686. Windows color (decimal): -4887402 or 9858229. OLE color: 9858229.

HSL color Cylindrical-coordinate representation of color #B56C96: hue angle of 325.48º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C96 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 108 150 -
CMYK 0 0.40 0.17 0.29
HSL 325.48º 0.33% 0.57% -
HSV(B) 325.48º 0.4% 0.71% -
XYZ 29.92 22.75 31.67 -
YUV 134.62 136.68 161.08 -
System Red Green Blue C M Y K H S L
Decimal 181 108 150 0 0.40 0.17 0.29 325.48 0.33 0.57
Hex B5 6C 96 0 28 11 1D 145 21 39
Octal 265 154 226 0 50 21 35 505 41 71
Binary 10110101 1101100 10010110 0 101000 10001 11101 101000101 100001 111001

Color Harmonies of #B56C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C96

Black with #B56C96

Text Example


Text Example

White with #B56C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C96; }

 p { color: rgb(181,108,150); }

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

background-color css

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

 a { background-color: rgb(181,108,150); }

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

border-color css

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

 span { border-color: rgb(181,108,150); }

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