Html Css Color HEX #B57396 Bouquet

📋 copy color: '#B57396'

red 181 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #B57396

Tints of Bouquet #B57396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.78%

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

R = 40.58%
G = 25.78%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B57396 (or 0xB57396) is known color: Bouquet. HEX triplet: B5, 73 and 96. RGB value is (181,115,150). Sum of RGB (Red+Green+Blue) = 181+115+150=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57396 is #4A8C69. Grayscale: #8A8A8A. Windows color (decimal): -4885610 or 9860021. OLE color: 9860021.

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

Color convert

RGB 181 115 150 -
CMYK 0 0.36 0.17 0.29
HSL 328.18º 0.31% 0.58% -
HSV(B) 328.18º 0.36% 0.71% -
XYZ 30.69 24.29 31.92 -
YUV 138.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 181 115 150 0 0.36 0.17 0.29 328.18 0.31 0.58
Hex B5 73 96 0 24 11 1D 148 1F 3A
Octal 265 163 226 0 44 21 35 510 37 72
Binary 10110101 1110011 10010110 0 100100 10001 11101 101001000 11111 111010

Color Harmonies of #B57396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57396

Black with #B57396

Text Example


Text Example

White with #B57396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57396; }

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

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

background-color css

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

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

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

border-color css

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

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

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