Html Css Color HEX #B57096 Bouquet

📋 copy color: '#B57096'

red 181 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #B57096

Tints of Bouquet #B57096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 40.86%
G = 25.28%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B57096 (or 0xB57096) is known color: Bouquet. HEX triplet: B5, 70 and 96. RGB value is (181,112,150). Sum of RGB (Red+Green+Blue) = 181+112+150=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57096 is #4A8F69. Grayscale: #888888. Windows color (decimal): -4886378 or 9859253. OLE color: 9859253.

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

Color convert

RGB 181 112 150 -
CMYK 0 0.38 0.17 0.29
HSL 326.96º 0.32% 0.57% -
HSV(B) 326.96º 0.38% 0.71% -
XYZ 30.36 23.61 31.81 -
YUV 136.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 181 112 150 0 0.38 0.17 0.29 326.96 0.32 0.57
Hex B5 70 96 0 26 11 1D 147 20 39
Octal 265 160 226 0 46 21 35 507 40 71
Binary 10110101 1110000 10010110 0 100110 10001 11101 101000111 100000 111001

Color Harmonies of #B57096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57096

Black with #B57096

Text Example


Text Example

White with #B57096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57096; }

 p { color: rgb(181,112,150); }

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

background-color css

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

 a { background-color: rgb(181,112,150); }

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

border-color css

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

 span { border-color: rgb(181,112,150); }

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