Html Css Color HEX #B47799 Bouquet

📋 copy color: '#B47799'

red 180 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #B47799

Tints of Bouquet #B47799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

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

R = 39.82%
G = 26.33%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B47799 (or 0xB47799) is known color: Bouquet. HEX triplet: B4, 77 and 99. RGB value is (180,119,153). Sum of RGB (Red+Green+Blue) = 180+119+153=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B47799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47799 is #4B8866. Grayscale: #8D8D8D. Windows color (decimal): -4950119 or 10057652. OLE color: 10057652.

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

Color convert

RGB 180 119 153 -
CMYK 0 0.34 0.15 0.29
HSL 326.56º 0.29% 0.59% -
HSV(B) 326.56º 0.34% 0.71% -
XYZ 31.17 25.2 33.36 -
YUV 141.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 180 119 153 0 0.34 0.15 0.29 326.56 0.29 0.59
Hex B4 77 99 0 22 F 1D 147 1D 3B
Octal 264 167 231 0 42 17 35 507 35 73
Binary 10110100 1110111 10011001 0 100010 1111 11101 101000111 11101 111011

Color Harmonies of #B47799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47799

Black with #B47799

Text Example


Text Example

White with #B47799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47799; }

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

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

background-color css

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

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

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

border-color css

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

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

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