Html Css Color HEX #B56A99 Bouquet

📋 copy color: '#B56A99'

red 181 ◦ green 106 ◦ blue 153

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

Shades of Bouquet #B56A99

Tints of Bouquet #B56A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.09%

 BLUE value IS 153 (60.16% from 255) = 34.77%

R = 41.14%
G = 24.09%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B56A99 (or 0xB56A99) is known color: Bouquet. HEX triplet: B5, 6A and 99. RGB value is (181,106,153). Sum of RGB (Red+Green+Blue) = 181+106+153=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56A99 is #4A9566. Grayscale: #858585. Windows color (decimal): -4887911 or 10054325. OLE color: 10054325.

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

Color convert

RGB 181 106 153 -
CMYK 0 0.41 0.15 0.29
HSL 322.4º 0.34% 0.56% -
HSV(B) 322.4º 0.41% 0.71% -
XYZ 29.96 22.43 32.89 -
YUV 133.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 181 106 153 0 0.41 0.15 0.29 322.4 0.34 0.56
Hex B5 6A 99 0 29 F 1D 142 22 38
Octal 265 152 231 0 51 17 35 502 42 70
Binary 10110101 1101010 10011001 0 101001 1111 11101 101000010 100010 111000

Color Harmonies of #B56A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A99

Black with #B56A99

Text Example


Text Example

White with #B56A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A99; }

 p { color: rgb(181,106,153); }

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

background-color css

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

 a { background-color: rgb(181,106,153); }

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

border-color css

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

 span { border-color: rgb(181,106,153); }

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