Html Css Color HEX #B37296 Bouquet

📋 copy color: '#B37296'

red 179 ◦ green 114 ◦ blue 150

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

Shades of Bouquet #B37296

Tints of Bouquet #B37296

RGB

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

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

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

R = 40.41%
G = 25.73%
B = 33.86%

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

#B37296 (or 0xB37296) is known color: Bouquet. HEX triplet: B3, 72 and 96. RGB value is (179,114,150). Sum of RGB (Red+Green+Blue) = 179+114+150=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37296 is #4C8D69. Grayscale: #898989. Windows color (decimal): -5016938 or 9859763. OLE color: 9859763.

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

Color convert

RGB 179 114 150 -
CMYK 0 0.36 0.16 0.30
HSL 326.77º 0.3% 0.57% -
HSV(B) 326.77º 0.36% 0.7% -
XYZ 30.11 23.82 31.86 -
YUV 137.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 179 114 150 0 0.36 0.16 0.30 326.77 0.3 0.57
Hex B3 72 96 0 24 10 1E 147 1E 39
Octal 263 162 226 0 44 20 36 507 36 71
Binary 10110011 1110010 10010110 0 100100 10000 11110 101000111 11110 111001

Color Harmonies of #B37296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37296

Black with #B37296

Text Example


Text Example

White with #B37296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37296; }

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

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

background-color css

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

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

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

border-color css

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

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

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