Html Css Color HEX #B57A97 Bouquet

📋 copy color: '#B57A97'

red 181 ◦ green 122 ◦ blue 151

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

Shades of Bouquet #B57A97

Tints of Bouquet #B57A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

 BLUE value IS 151 (59.38% from 255) = 33.26%

R = 39.87%
G = 26.87%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B57A97 (or 0xB57A97) is known color: Bouquet. HEX triplet: B5, 7A and 97. RGB value is (181,122,151). Sum of RGB (Red+Green+Blue) = 181+122+151=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A97 is #4A8568. Grayscale: #8E8E8E. Windows color (decimal): -4883817 or 9927349. OLE color: 9927349.

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

Color convert

RGB 181 122 151 -
CMYK 0 0.33 0.17 0.29
HSL 330.51º 0.29% 0.59% -
HSV(B) 330.51º 0.33% 0.71% -
XYZ 31.6 25.98 32.63 -
YUV 142.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 181 122 151 0 0.33 0.17 0.29 330.51 0.29 0.59
Hex B5 7A 97 0 21 11 1D 14B 1D 3B
Octal 265 172 227 0 41 21 35 513 35 73
Binary 10110101 1111010 10010111 0 100001 10001 11101 101001011 11101 111011

Color Harmonies of #B57A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A97

Black with #B57A97

Text Example


Text Example

White with #B57A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A97; }

 p { color: rgb(181,122,151); }

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

background-color css

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

 a { background-color: rgb(181,122,151); }

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

border-color css

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

 span { border-color: rgb(181,122,151); }

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