Html Css Color HEX #B57E95 Bouquet

📋 copy color: '#B57E95'

red 181 ◦ green 126 ◦ blue 149

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

Shades of Bouquet #B57E95

Tints of Bouquet #B57E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.63%

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

R = 39.69%
G = 27.63%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57E95 (or 0xB57E95) is known color: Bouquet. HEX triplet: B5, 7E and 95. RGB value is (181,126,149). Sum of RGB (Red+Green+Blue) = 181+126+149=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E95 is #4A816A. Grayscale: #919191. Windows color (decimal): -4882795 or 9797301. OLE color: 9797301.

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

Color convert

RGB 181 126 149 -
CMYK 0 0.30 0.18 0.29
HSL 334.91º 0.27% 0.6% -
HSV(B) 334.91º 0.3% 0.71% -
XYZ 31.94 26.92 31.95 -
YUV 145.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 181 126 149 0 0.30 0.18 0.29 334.91 0.27 0.6
Hex B5 7E 95 0 1E 12 1D 14F 1B 3C
Octal 265 176 225 0 36 22 35 517 33 74
Binary 10110101 1111110 10010101 0 11110 10010 11101 101001111 11011 111100

Color Harmonies of #B57E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E95

Black with #B57E95

Text Example


Text Example

White with #B57E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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