Html Css Color HEX #B56C9A Bouquet

📋 copy color: '#B56C9A'

red 181 ◦ green 108 ◦ blue 154

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

Shades of Bouquet #B56C9A

Tints of Bouquet #B56C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 40.86%
G = 24.38%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B56C9A (or 0xB56C9A) is known color: Bouquet. HEX triplet: B5, 6C and 9A. RGB value is (181,108,154). Sum of RGB (Red+Green+Blue) = 181+108+154=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C9A is #4A9365. Grayscale: #868686. Windows color (decimal): -4887398 or 10120373. OLE color: 10120373.

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

Color convert

RGB 181 108 154 -
CMYK 0 0.40 0.15 0.29
HSL 322.19º 0.33% 0.57% -
HSV(B) 322.19º 0.4% 0.71% -
XYZ 30.25 22.88 33.39 -
YUV 135.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 181 108 154 0 0.40 0.15 0.29 322.19 0.33 0.57
Hex B5 6C 9A 0 28 F 1D 142 21 39
Octal 265 154 232 0 50 17 35 502 41 71
Binary 10110101 1101100 10011010 0 101000 1111 11101 101000010 100001 111001

Color Harmonies of #B56C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C9A

Black with #B56C9A

Text Example


Text Example

White with #B56C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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