Html Css Color HEX #B56C9F Bouquet

📋 copy color: '#B56C9F'

red 181 ◦ green 108 ◦ blue 159

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

Shades of Bouquet #B56C9F

Tints of Bouquet #B56C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 40.4%
G = 24.11%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B56C9F (or 0xB56C9F) is known color: Bouquet. HEX triplet: B5, 6C and 9F. RGB value is (181,108,159). Sum of RGB (Red+Green+Blue) = 181+108+159=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C9F is #4A9360. Grayscale: #878787. Windows color (decimal): -4887393 or 10448053. OLE color: 10448053.

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

Color convert

RGB 181 108 159 -
CMYK 0 0.40 0.12 0.29
HSL 318.08º 0.33% 0.57% -
HSV(B) 318.08º 0.4% 0.71% -
XYZ 30.68 23.05 35.63 -
YUV 135.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 181 108 159 0 0.40 0.12 0.29 318.08 0.33 0.57
Hex B5 6C 9F 0 28 C 1D 13E 21 39
Octal 265 154 237 0 50 14 35 476 41 71
Binary 10110101 1101100 10011111 0 101000 1100 11101 100111110 100001 111001

Color Harmonies of #B56C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C9F

Black with #B56C9F

Text Example


Text Example

White with #B56C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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