Html Css Color HEX #B37C94 Bouquet

📋 copy color: '#B37C94'

red 179 ◦ green 124 ◦ blue 148

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

Shades of Bouquet #B37C94

Tints of Bouquet #B37C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.49%

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 39.69%
G = 27.49%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B37C94 (or 0xB37C94) is known color: Bouquet. HEX triplet: B3, 7C and 94. RGB value is (179,124,148). Sum of RGB (Red+Green+Blue) = 179+124+148=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37C94 is #4C836B. Grayscale: #8F8F8F. Windows color (decimal): -5014380 or 9731251. OLE color: 9731251.

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

Color convert

RGB 179 124 148 -
CMYK 0 0.31 0.17 0.30
HSL 333.82º 0.27% 0.59% -
HSV(B) 333.82º 0.31% 0.7% -
XYZ 31.14 26.14 31.42 -
YUV 143.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 179 124 148 0 0.31 0.17 0.30 333.82 0.27 0.59
Hex B3 7C 94 0 1F 11 1E 14E 1B 3B
Octal 263 174 224 0 37 21 36 516 33 73
Binary 10110011 1111100 10010100 0 11111 10001 11110 101001110 11011 111011

Color Harmonies of #B37C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37C94

Black with #B37C94

Text Example


Text Example

White with #B37C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37C94; }

 p { color: rgb(179,124,148); }

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

background-color css

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

 a { background-color: rgb(179,124,148); }

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

border-color css

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

 span { border-color: rgb(179,124,148); }

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