Html Css Color HEX #B56898 Bouquet

📋 copy color: '#B56898'

red 181 ◦ green 104 ◦ blue 152

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

Shades of Bouquet #B56898

Tints of Bouquet #B56898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.8%

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

R = 41.42%
G = 23.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B56898 (or 0xB56898) is known color: Bouquet. HEX triplet: B5, 68 and 98. RGB value is (181,104,152). Sum of RGB (Red+Green+Blue) = 181+104+152=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B56898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56898 is #4A9767. Grayscale: #848484. Windows color (decimal): -4888424 or 9988277. OLE color: 9988277.

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

Color convert

RGB 181 104 152 -
CMYK 0 0.43 0.16 0.29
HSL 322.6º 0.34% 0.56% -
HSV(B) 322.6º 0.43% 0.71% -
XYZ 29.67 21.99 32.39 -
YUV 132.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 181 104 152 0 0.43 0.16 0.29 322.6 0.34 0.56
Hex B5 68 98 0 2B 10 1D 143 22 38
Octal 265 150 230 0 53 20 35 503 42 70
Binary 10110101 1101000 10011000 0 101011 10000 11101 101000011 100010 111000

Color Harmonies of #B56898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56898

Black with #B56898

Text Example


Text Example

White with #B56898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56898; }

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

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

background-color css

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

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

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

border-color css

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

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

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