Html Css Color HEX #B37498 Bouquet

📋 copy color: '#B37498'

red 179 ◦ green 116 ◦ blue 152

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

Shades of Bouquet #B37498

Tints of Bouquet #B37498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34%

R = 40.04%
G = 25.95%
B = 34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B37498 (or 0xB37498) is known color: Bouquet. HEX triplet: B3, 74 and 98. RGB value is (179,116,152). Sum of RGB (Red+Green+Blue) = 179+116+152=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37498 is #4C8B67. Grayscale: #8A8A8A. Windows color (decimal): -5016424 or 9991347. OLE color: 9991347.

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

Color convert

RGB 179 116 152 -
CMYK 0 0.35 0.15 0.30
HSL 325.71º 0.29% 0.58% -
HSV(B) 325.71º 0.35% 0.7% -
XYZ 30.5 24.34 32.8 -
YUV 138.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 179 116 152 0 0.35 0.15 0.30 325.71 0.29 0.58
Hex B3 74 98 0 23 F 1E 146 1D 3A
Octal 263 164 230 0 43 17 36 506 35 72
Binary 10110011 1110100 10011000 0 100011 1111 11110 101000110 11101 111010

Color Harmonies of #B37498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37498

Black with #B37498

Text Example


Text Example

White with #B37498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37498; }

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

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

background-color css

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

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

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

border-color css

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

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

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