Html Css Color HEX #B57895 Bouquet

📋 copy color: '#B57895'

red 181 ◦ green 120 ◦ blue 149

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

Shades of Bouquet #B57895

Tints of Bouquet #B57895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 149 (58.59% from 255) = 33.11%

R = 40.22%
G = 26.67%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57895 (or 0xB57895) is known color: Bouquet. HEX triplet: B5, 78 and 95. RGB value is (181,120,149). Sum of RGB (Red+Green+Blue) = 181+120+149=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57895 is #4A876A. Grayscale: #8D8D8D. Windows color (decimal): -4884331 or 9795765. OLE color: 9795765.

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

Color convert

RGB 181 120 149 -
CMYK 0 0.34 0.18 0.29
HSL 331.48º 0.29% 0.59% -
HSV(B) 331.48º 0.34% 0.71% -
XYZ 31.2 25.43 31.7 -
YUV 141.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 181 120 149 0 0.34 0.18 0.29 331.48 0.29 0.59
Hex B5 78 95 0 22 12 1D 14B 1D 3B
Octal 265 170 225 0 42 22 35 513 35 73
Binary 10110101 1111000 10010101 0 100010 10010 11101 101001011 11101 111011

Color Harmonies of #B57895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57895

Black with #B57895

Text Example


Text Example

White with #B57895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57895; }

 p { color: rgb(181,120,149); }

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

background-color css

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

 a { background-color: rgb(181,120,149); }

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

border-color css

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

 span { border-color: rgb(181,120,149); }

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