Html Css Color HEX #B37696 Bouquet

📋 copy color: '#B37696'

red 179 ◦ green 118 ◦ blue 150

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

Shades of Bouquet #B37696

Tints of Bouquet #B37696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

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

R = 40.04%
G = 26.4%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B37696 (or 0xB37696) is known color: Bouquet. HEX triplet: B3, 76 and 96. RGB value is (179,118,150). Sum of RGB (Red+Green+Blue) = 179+118+150=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37696 is #4C8969. Grayscale: #8B8B8B. Windows color (decimal): -5015914 or 9860787. OLE color: 9860787.

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

Color convert

RGB 179 118 150 -
CMYK 0 0.34 0.16 0.30
HSL 328.52º 0.29% 0.58% -
HSV(B) 328.52º 0.34% 0.7% -
XYZ 30.57 24.74 32.02 -
YUV 139.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 179 118 150 0 0.34 0.16 0.30 328.52 0.29 0.58
Hex B3 76 96 0 22 10 1E 149 1D 3A
Octal 263 166 226 0 42 20 36 511 35 72
Binary 10110011 1110110 10010110 0 100010 10000 11110 101001001 11101 111010

Color Harmonies of #B37696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37696

Black with #B37696

Text Example


Text Example

White with #B37696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37696; }

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

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

background-color css

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

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

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

border-color css

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

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

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