Html Css Color HEX #B57299 Bouquet

📋 copy color: '#B57299'

red 181 ◦ green 114 ◦ blue 153

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

Shades of Bouquet #B57299

Tints of Bouquet #B57299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.15%

R = 40.4%
G = 25.45%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B57299 (or 0xB57299) is known color: Bouquet. HEX triplet: B5, 72 and 99. RGB value is (181,114,153). Sum of RGB (Red+Green+Blue) = 181+114+153=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B57299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57299 is #4A8D66. Grayscale: #8A8A8A. Windows color (decimal): -4885863 or 10056373. OLE color: 10056373.

HSL color Cylindrical-coordinate representation of color #B57299: hue angle of 325.07º 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 #B57299 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 153 -
CMYK 0 0.37 0.15 0.29
HSL 325.07º 0.31% 0.58% -
HSV(B) 325.07º 0.37% 0.71% -
XYZ 30.82 24.16 33.18 -
YUV 138.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 181 114 153 0 0.37 0.15 0.29 325.07 0.31 0.58
Hex B5 72 99 0 25 F 1D 145 1F 3A
Octal 265 162 231 0 45 17 35 505 37 72
Binary 10110101 1110010 10011001 0 100101 1111 11101 101000101 11111 111010

Color Harmonies of #B57299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57299

Black with #B57299

Text Example


Text Example

White with #B57299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57299; }

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

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

background-color css

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

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

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

border-color css

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

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

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