Html Css Color HEX #B57598 Bouquet

📋 copy color: '#B57598'

red 181 ◦ green 117 ◦ blue 152

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

Shades of Bouquet #B57598

Tints of Bouquet #B57598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 40.22%
G = 26%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B57598 (or 0xB57598) is known color: Bouquet. HEX triplet: B5, 75 and 98. RGB value is (181,117,152). Sum of RGB (Red+Green+Blue) = 181+117+152=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57598 is #4A8A67. Grayscale: #8C8C8C. Windows color (decimal): -4885096 or 9991605. OLE color: 9991605.

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

Color convert

RGB 181 117 152 -
CMYK 0 0.35 0.16 0.29
HSL 327.19º 0.3% 0.58% -
HSV(B) 327.19º 0.35% 0.71% -
XYZ 31.08 24.81 32.86 -
YUV 140.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 181 117 152 0 0.35 0.16 0.29 327.19 0.3 0.58
Hex B5 75 98 0 23 10 1D 147 1E 3A
Octal 265 165 230 0 43 20 35 507 36 72
Binary 10110101 1110101 10011000 0 100011 10000 11101 101000111 11110 111010

Color Harmonies of #B57598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57598

Black with #B57598

Text Example


Text Example

White with #B57598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57598; }

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

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

background-color css

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

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

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

border-color css

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

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

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