Html Css Color HEX #B56C95 Bouquet

📋 copy color: '#B56C95'

red 181 ◦ green 108 ◦ blue 149

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

Shades of Bouquet #B56C95

Tints of Bouquet #B56C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 41.32%
G = 24.66%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B56C95 (or 0xB56C95) is known color: Bouquet. HEX triplet: B5, 6C and 95. RGB value is (181,108,149). Sum of RGB (Red+Green+Blue) = 181+108+149=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C95 is #4A936A. Grayscale: #868686. Windows color (decimal): -4887403 or 9792693. OLE color: 9792693.

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

Color convert

RGB 181 108 149 -
CMYK 0 0.40 0.18 0.29
HSL 326.3º 0.33% 0.57% -
HSV(B) 326.3º 0.4% 0.71% -
XYZ 29.84 22.72 31.25 -
YUV 134.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 181 108 149 0 0.40 0.18 0.29 326.3 0.33 0.57
Hex B5 6C 95 0 28 12 1D 146 21 39
Octal 265 154 225 0 50 22 35 506 41 71
Binary 10110101 1101100 10010101 0 101000 10010 11101 101000110 100001 111001

Color Harmonies of #B56C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C95

Black with #B56C95

Text Example


Text Example

White with #B56C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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