Html Css Color HEX #B57294 Bouquet

📋 copy color: '#B57294'

red 181 ◦ green 114 ◦ blue 148

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

Shades of Bouquet #B57294

Tints of Bouquet #B57294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

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

R = 40.86%
G = 25.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57294 (or 0xB57294) is known color: Bouquet. HEX triplet: B5, 72 and 94. RGB value is (181,114,148). Sum of RGB (Red+Green+Blue) = 181+114+148=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57294 is #4A8D6B. Grayscale: #898989. Windows color (decimal): -4885868 or 9728693. OLE color: 9728693.

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

Color convert

RGB 181 114 148 -
CMYK 0 0.37 0.18 0.29
HSL 329.55º 0.31% 0.58% -
HSV(B) 329.55º 0.37% 0.71% -
XYZ 30.42 24 31.05 -
YUV 137.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 181 114 148 0 0.37 0.18 0.29 329.55 0.31 0.58
Hex B5 72 94 0 25 12 1D 14A 1F 3A
Octal 265 162 224 0 45 22 35 512 37 72
Binary 10110101 1110010 10010100 0 100101 10010 11101 101001010 11111 111010

Color Harmonies of #B57294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57294

Black with #B57294

Text Example


Text Example

White with #B57294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57294; }

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

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

background-color css

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

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

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

border-color css

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

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

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