Html Css Color HEX #B57394 Bouquet

📋 copy color: '#B57394'

red 181 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #B57394

Tints of Bouquet #B57394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 40.77%
G = 25.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57394 (or 0xB57394) is known color: Bouquet. HEX triplet: B5, 73 and 94. RGB value is (181,115,148). Sum of RGB (Red+Green+Blue) = 181+115+148=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B57394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57394 is #4A8C6B. Grayscale: #8A8A8A. Windows color (decimal): -4885612 or 9728949. OLE color: 9728949.

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

Color convert

RGB 181 115 148 -
CMYK 0 0.36 0.18 0.29
HSL 330º 0.31% 0.58% -
HSV(B) 330º 0.36% 0.71% -
XYZ 30.53 24.22 31.08 -
YUV 138.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 181 115 148 0 0.36 0.18 0.29 330 0.31 0.58
Hex B5 73 94 0 24 12 1D 14A 1F 3A
Octal 265 163 224 0 44 22 35 512 37 72
Binary 10110101 1110011 10010100 0 100100 10010 11101 101001010 11111 111010

Color Harmonies of #B57394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57394

Black with #B57394

Text Example


Text Example

White with #B57394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57394; }

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

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

background-color css

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

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

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

border-color css

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

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

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