Html Css Color HEX #B47294 Bouquet

📋 copy color: '#B47294'

red 180 ◦ green 114 ◦ blue 148

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

Shades of Bouquet #B47294

Tints of Bouquet #B47294

RGB

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

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

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

R = 40.72%
G = 25.79%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B47294 (or 0xB47294) is known color: Bouquet. HEX triplet: B4, 72 and 94. RGB value is (180,114,148). Sum of RGB (Red+Green+Blue) = 180+114+148=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47294 is #4B8D6B. Grayscale: #898989. Windows color (decimal): -4951404 or 9728692. OLE color: 9728692.

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

Color convert

RGB 180 114 148 -
CMYK 0 0.37 0.18 0.29
HSL 329.09º 0.31% 0.58% -
HSV(B) 329.09º 0.37% 0.71% -
XYZ 30.19 23.88 31.03 -
YUV 137.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 180 114 148 0 0.37 0.18 0.29 329.09 0.31 0.58
Hex B4 72 94 0 25 12 1D 149 1F 3A
Octal 264 162 224 0 45 22 35 511 37 72
Binary 10110100 1110010 10010100 0 100101 10010 11101 101001001 11111 111010

Color Harmonies of #B47294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47294

Black with #B47294

Text Example


Text Example

White with #B47294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47294; }

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

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

background-color css

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

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

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

border-color css

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

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

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