Html Css Color HEX #B37493 Bouquet

📋 copy color: '#B37493'

red 179 ◦ green 116 ◦ blue 147

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

Shades of Bouquet #B37493

Tints of Bouquet #B37493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 40.5%
G = 26.24%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B37493 (or 0xB37493) is known color: Bouquet. HEX triplet: B3, 74 and 93. RGB value is (179,116,147). Sum of RGB (Red+Green+Blue) = 179+116+147=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37493 is #4C8B6C. Grayscale: #8A8A8A. Windows color (decimal): -5016429 or 9663667. OLE color: 9663667.

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

Color convert

RGB 179 116 147 -
CMYK 0 0.35 0.18 0.30
HSL 330.48º 0.29% 0.58% -
HSV(B) 330.48º 0.35% 0.7% -
XYZ 30.1 24.18 30.68 -
YUV 138.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 179 116 147 0 0.35 0.18 0.30 330.48 0.29 0.58
Hex B3 74 93 0 23 12 1E 14A 1D 3A
Octal 263 164 223 0 43 22 36 512 35 72
Binary 10110011 1110100 10010011 0 100011 10010 11110 101001010 11101 111010

Color Harmonies of #B37493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37493

Black with #B37493

Text Example


Text Example

White with #B37493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37493; }

 p { color: rgb(179,116,147); }

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

background-color css

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

 a { background-color: rgb(179,116,147); }

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

border-color css

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

 span { border-color: rgb(179,116,147); }

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