Html Css Color HEX #B56998 Bouquet

📋 copy color: '#B56998'

red 181 ◦ green 105 ◦ blue 152

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

Shades of Bouquet #B56998

Tints of Bouquet #B56998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 41.32%
G = 23.97%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B56998 (or 0xB56998) is known color: Bouquet. HEX triplet: B5, 69 and 98. RGB value is (181,105,152). Sum of RGB (Red+Green+Blue) = 181+105+152=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B56998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56998 is #4A9667. Grayscale: #848484. Windows color (decimal): -4888168 or 9988533. OLE color: 9988533.

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

Color convert

RGB 181 105 152 -
CMYK 0 0.42 0.16 0.29
HSL 322.89º 0.34% 0.56% -
HSV(B) 322.89º 0.42% 0.71% -
XYZ 29.78 22.19 32.42 -
YUV 133.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 181 105 152 0 0.42 0.16 0.29 322.89 0.34 0.56
Hex B5 69 98 0 2A 10 1D 143 22 38
Octal 265 151 230 0 52 20 35 503 42 70
Binary 10110101 1101001 10011000 0 101010 10000 11101 101000011 100010 111000

Color Harmonies of #B56998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56998

Black with #B56998

Text Example


Text Example

White with #B56998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56998; }

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

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

background-color css

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

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

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

border-color css

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

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

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