Html Css Color HEX #B37594 Bouquet

📋 copy color: '#B37594'

red 179 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #B37594

Tints of Bouquet #B37594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.35%

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

R = 40.32%
G = 26.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B37594 (or 0xB37594) is known color: Bouquet. HEX triplet: B3, 75 and 94. RGB value is (179,117,148). Sum of RGB (Red+Green+Blue) = 179+117+148=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B37594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37594 is #4C8A6B. Grayscale: #8B8B8B. Windows color (decimal): -5016172 or 9729459. OLE color: 9729459.

HSL color Cylindrical-coordinate representation of color #B37594: hue angle of 330º 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 #B37594 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 148 -
CMYK 0 0.35 0.17 0.30
HSL 330º 0.29% 0.58% -
HSV(B) 330º 0.35% 0.7% -
XYZ 30.3 24.44 31.14 -
YUV 139.07 133.04 156.48 -
System Red Green Blue C M Y K H S L
Decimal 179 117 148 0 0.35 0.17 0.30 330 0.29 0.58
Hex B3 75 94 0 23 11 1E 14A 1D 3A
Octal 263 165 224 0 43 21 36 512 35 72
Binary 10110011 1110101 10010100 0 100011 10001 11110 101001010 11101 111010

Color Harmonies of #B37594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37594

Black with #B37594

Text Example


Text Example

White with #B37594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37594; }

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

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

background-color css

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

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

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

border-color css

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

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

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