Html Css Color HEX #B47594 Bouquet

📋 copy color: '#B47594'

red 180 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #B47594

Tints of Bouquet #B47594

RGB

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

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

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

R = 40.45%
G = 26.29%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B47594 (or 0xB47594) is known color: Bouquet. HEX triplet: B4, 75 and 94. RGB value is (180,117,148). Sum of RGB (Red+Green+Blue) = 180+117+148=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47594 is #4B8A6B. Grayscale: #8B8B8B. Windows color (decimal): -4950636 or 9729460. OLE color: 9729460.

HSL color Cylindrical-coordinate representation of color #B47594: hue angle of 330.48º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B47594 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 148 -
CMYK 0 0.35 0.18 0.29
HSL 330.48º 0.3% 0.58% -
HSV(B) 330.48º 0.35% 0.71% -
XYZ 30.53 24.56 31.15 -
YUV 139.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 180 117 148 0 0.35 0.18 0.29 330.48 0.3 0.58
Hex B4 75 94 0 23 12 1D 14A 1E 3A
Octal 264 165 224 0 43 22 35 512 36 72
Binary 10110100 1110101 10010100 0 100011 10010 11101 101001010 11110 111010

Color Harmonies of #B47594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47594

Black with #B47594

Text Example


Text Example

White with #B47594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47594; }

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

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

background-color css

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

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

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

border-color css

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

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

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