Html Css Color HEX #B56999 Bouquet

📋 copy color: '#B56999'

red 181 ◦ green 105 ◦ blue 153

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

Shades of Bouquet #B56999

Tints of Bouquet #B56999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

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

R = 41.23%
G = 23.92%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B56999 (or 0xB56999) is known color: Bouquet. HEX triplet: B5, 69 and 99. RGB value is (181,105,153). Sum of RGB (Red+Green+Blue) = 181+105+153=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B56999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56999 is #4A9666. Grayscale: #858585. Windows color (decimal): -4888167 or 10054069. OLE color: 10054069.

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

Color convert

RGB 181 105 153 -
CMYK 0 0.42 0.15 0.29
HSL 322.11º 0.34% 0.56% -
HSV(B) 322.11º 0.42% 0.71% -
XYZ 29.86 22.23 32.85 -
YUV 133.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 181 105 153 0 0.42 0.15 0.29 322.11 0.34 0.56
Hex B5 69 99 0 2A F 1D 142 22 38
Octal 265 151 231 0 52 17 35 502 42 70
Binary 10110101 1101001 10011001 0 101010 1111 11101 101000010 100010 111000

Color Harmonies of #B56999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56999

Black with #B56999

Text Example


Text Example

White with #B56999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56999; }

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

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

background-color css

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

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

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

border-color css

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

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

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