Html Css Color HEX #B56BA0 Bouquet

📋 copy color: '#B56BA0'

red 181 ◦ green 107 ◦ blue 160

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

Shades of Bouquet #B56BA0

Tints of Bouquet #B56BA0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.88%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 40.4%
G = 23.88%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B56BA0 (or 0xB56BA0) is known color: Bouquet. HEX triplet: B5, 6B and A0. RGB value is (181,107,160). Sum of RGB (Red+Green+Blue) = 181+107+160=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B56BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56BA0 is #4A945F. Grayscale: #878787. Windows color (decimal): -4887648 or 10513333. OLE color: 10513333.

HSL color Cylindrical-coordinate representation of color #B56BA0: hue angle of 317.03º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B56BA0 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 107 160 -
CMYK 0 0.41 0.12 0.29
HSL 317.03º 0.33% 0.56% -
HSV(B) 317.03º 0.41% 0.71% -
XYZ 30.66 22.88 36.06 -
YUV 135.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 181 107 160 0 0.41 0.12 0.29 317.03 0.33 0.56
Hex B5 6B A0 0 29 C 1D 13D 21 38
Octal 265 153 240 0 51 14 35 475 41 70
Binary 10110101 1101011 10100000 0 101001 1100 11101 100111101 100001 111000

Color Harmonies of #B56BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BA0

Black with #B56BA0

Text Example


Text Example

White with #B56BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BA0; }

 p { color: rgb(181,107,160); }

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

background-color css

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

 a { background-color: rgb(181,107,160); }

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

border-color css

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

 span { border-color: rgb(181,107,160); }

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