Html Css Color HEX #B37396 Bouquet

📋 copy color: '#B37396'

red 179 ◦ green 115 ◦ blue 150

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

Shades of Bouquet #B37396

Tints of Bouquet #B37396

RGB

 RED value IS 179 (70.31% from 255) = 40.32%

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

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

R = 40.32%
G = 25.9%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B37396 (or 0xB37396) is known color: Bouquet. HEX triplet: B3, 73 and 96. RGB value is (179,115,150). Sum of RGB (Red+Green+Blue) = 179+115+150=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37396 is #4C8C69. Grayscale: #8A8A8A. Windows color (decimal): -5016682 or 9860019. OLE color: 9860019.

HSL color Cylindrical-coordinate representation of color #B37396: hue angle of 327.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37396 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 115 150 -
CMYK 0 0.36 0.16 0.30
HSL 327.19º 0.3% 0.58% -
HSV(B) 327.19º 0.36% 0.7% -
XYZ 30.23 24.05 31.9 -
YUV 138.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 179 115 150 0 0.36 0.16 0.30 327.19 0.3 0.58
Hex B3 73 96 0 24 10 1E 147 1E 3A
Octal 263 163 226 0 44 20 36 507 36 72
Binary 10110011 1110011 10010110 0 100100 10000 11110 101000111 11110 111010

Color Harmonies of #B37396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37396

Black with #B37396

Text Example


Text Example

White with #B37396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37396; }

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

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

background-color css

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

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

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

border-color css

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

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

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