Html Css Color HEX #B56F99 Bouquet

📋 copy color: '#B56F99'

red 181 ◦ green 111 ◦ blue 153

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

Shades of Bouquet #B56F99

Tints of Bouquet #B56F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.94%

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

R = 40.67%
G = 24.94%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B56F99 (or 0xB56F99) is known color: Bouquet. HEX triplet: B5, 6F and 99. RGB value is (181,111,153). Sum of RGB (Red+Green+Blue) = 181+111+153=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F99 is #4A9066. Grayscale: #888888. Windows color (decimal): -4886631 or 10055605. OLE color: 10055605.

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

Color convert

RGB 181 111 153 -
CMYK 0 0.39 0.15 0.29
HSL 324º 0.32% 0.57% -
HSV(B) 324º 0.39% 0.71% -
XYZ 30.49 23.49 33.06 -
YUV 136.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 181 111 153 0 0.39 0.15 0.29 324 0.32 0.57
Hex B5 6F 99 0 27 F 1D 144 20 39
Octal 265 157 231 0 47 17 35 504 40 71
Binary 10110101 1101111 10011001 0 100111 1111 11101 101000100 100000 111001

Color Harmonies of #B56F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56F99

Black with #B56F99

Text Example


Text Example

White with #B56F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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