Html Css Color HEX #B57594 Bouquet

📋 copy color: '#B57594'

red 181 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #B57594

Tints of Bouquet #B57594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.18%

R = 40.58%
G = 26.23%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57594 (or 0xB57594) is known color: Bouquet. HEX triplet: B5, 75 and 94. RGB value is (181,117,148). Sum of RGB (Red+Green+Blue) = 181+117+148=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57594 is #4A8A6B. Grayscale: #8B8B8B. Windows color (decimal): -4885100 or 9729461. OLE color: 9729461.

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

Color convert

RGB 181 117 148 -
CMYK 0 0.35 0.18 0.29
HSL 330.94º 0.3% 0.58% -
HSV(B) 330.94º 0.35% 0.71% -
XYZ 30.76 24.68 31.16 -
YUV 139.67 132.7 157.48 -
System Red Green Blue C M Y K H S L
Decimal 181 117 148 0 0.35 0.18 0.29 330.94 0.3 0.58
Hex B5 75 94 0 23 12 1D 14B 1E 3A
Octal 265 165 224 0 43 22 35 513 36 72
Binary 10110101 1110101 10010100 0 100011 10010 11101 101001011 11110 111010

Color Harmonies of #B57594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57594

Black with #B57594

Text Example


Text Example

White with #B57594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57594; }

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

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

background-color css

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

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

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

border-color css

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

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

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