Html Css Color HEX #B37298 Bouquet

📋 copy color: '#B37298'

red 179 ◦ green 114 ◦ blue 152

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

Shades of Bouquet #B37298

Tints of Bouquet #B37298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

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

R = 40.22%
G = 25.62%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B37298 (or 0xB37298) is known color: Bouquet. HEX triplet: B3, 72 and 98. RGB value is (179,114,152). Sum of RGB (Red+Green+Blue) = 179+114+152=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37298 is #4C8D67. Grayscale: #898989. Windows color (decimal): -5016936 or 9990835. OLE color: 9990835.

HSL color Cylindrical-coordinate representation of color #B37298: hue angle of 324.92º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37298 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 152 -
CMYK 0 0.36 0.15 0.30
HSL 324.92º 0.3% 0.57% -
HSV(B) 324.92º 0.36% 0.7% -
XYZ 30.28 23.89 32.72 -
YUV 137.77 136.03 157.41 -
System Red Green Blue C M Y K H S L
Decimal 179 114 152 0 0.36 0.15 0.30 324.92 0.3 0.57
Hex B3 72 98 0 24 F 1E 145 1E 39
Octal 263 162 230 0 44 17 36 505 36 71
Binary 10110011 1110010 10011000 0 100100 1111 11110 101000101 11110 111001

Color Harmonies of #B37298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37298

Black with #B37298

Text Example


Text Example

White with #B37298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37298; }

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

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

background-color css

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

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

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

border-color css

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

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

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