Html Css Color HEX #B37096 Bouquet

📋 copy color: '#B37096'

red 179 ◦ green 112 ◦ blue 150

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

Shades of Bouquet #B37096

Tints of Bouquet #B37096

RGB

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

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

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

R = 40.59%
G = 25.4%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B37096 (or 0xB37096) is known color: Bouquet. HEX triplet: B3, 70 and 96. RGB value is (179,112,150). Sum of RGB (Red+Green+Blue) = 179+112+150=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B37096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37096 is #4C8F69. Grayscale: #888888. Windows color (decimal): -5017450 or 9859251. OLE color: 9859251.

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

Color convert

RGB 179 112 150 -
CMYK 0 0.37 0.16 0.30
HSL 325.97º 0.31% 0.57% -
HSV(B) 325.97º 0.37% 0.7% -
XYZ 29.89 23.37 31.79 -
YUV 136.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 179 112 150 0 0.37 0.16 0.30 325.97 0.31 0.57
Hex B3 70 96 0 25 10 1E 146 1F 39
Octal 263 160 226 0 45 20 36 506 37 71
Binary 10110011 1110000 10010110 0 100101 10000 11110 101000110 11111 111001

Color Harmonies of #B37096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37096

Black with #B37096

Text Example


Text Example

White with #B37096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37096; }

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

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

background-color css

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

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

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

border-color css

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

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

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