Html Css Color HEX #B47794 Bouquet

📋 copy color: '#B47794'

red 180 ◦ green 119 ◦ blue 148

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

Shades of Bouquet #B47794

Tints of Bouquet #B47794

RGB

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

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

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

R = 40.27%
G = 26.62%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B47794 (or 0xB47794) is known color: Bouquet. HEX triplet: B4, 77 and 94. RGB value is (180,119,148). Sum of RGB (Red+Green+Blue) = 180+119+148=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47794 is #4B886B. Grayscale: #8C8C8C. Windows color (decimal): -4950124 or 9729972. OLE color: 9729972.

HSL color Cylindrical-coordinate representation of color #B47794: hue angle of 331.48º 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 #B47794 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 148 -
CMYK 0 0.34 0.18 0.29
HSL 331.48º 0.29% 0.59% -
HSV(B) 331.48º 0.34% 0.71% -
XYZ 30.76 25.04 31.23 -
YUV 140.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 180 119 148 0 0.34 0.18 0.29 331.48 0.29 0.59
Hex B4 77 94 0 22 12 1D 14B 1D 3B
Octal 264 167 224 0 42 22 35 513 35 73
Binary 10110100 1110111 10010100 0 100010 10010 11101 101001011 11101 111011

Color Harmonies of #B47794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47794

Black with #B47794

Text Example


Text Example

White with #B47794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47794; }

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

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

background-color css

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

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

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

border-color css

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

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

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