Html Css Color HEX #B47099 Bouquet

📋 copy color: '#B47099'

red 180 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #B47099

Tints of Bouquet #B47099

RGB

 RED value IS 180 (70.7% from 255) = 40.45%

 GREEN value IS 112 (44.14% from 255) = 25.17%

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 40.45%
G = 25.17%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B47099 (or 0xB47099) is known color: Bouquet. HEX triplet: B4, 70 and 99. RGB value is (180,112,153). Sum of RGB (Red+Green+Blue) = 180+112+153=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47099 is #4B8F66. Grayscale: #888888. Windows color (decimal): -4951911 or 10055860. OLE color: 10055860.

HSL color Cylindrical-coordinate representation of color #B47099: hue angle of 323.82º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B47099 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 153 -
CMYK 0 0.38 0.15 0.29
HSL 323.82º 0.31% 0.57% -
HSV(B) 323.82º 0.38% 0.71% -
XYZ 30.37 23.59 33.09 -
YUV 137.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 180 112 153 0 0.38 0.15 0.29 323.82 0.31 0.57
Hex B4 70 99 0 26 F 1D 144 1F 39
Octal 264 160 231 0 46 17 35 504 37 71
Binary 10110100 1110000 10011001 0 100110 1111 11101 101000100 11111 111001

Color Harmonies of #B47099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47099

Black with #B47099

Text Example


Text Example

White with #B47099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47099; }

 p { color: rgb(180,112,153); }

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

background-color css

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

 a { background-color: rgb(180,112,153); }

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

border-color css

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

 span { border-color: rgb(180,112,153); }

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