Html Css Color HEX #B47C96 Bouquet

📋 copy color: '#B47C96'

red 180 ◦ green 124 ◦ blue 150

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

Shades of Bouquet #B47C96

Tints of Bouquet #B47C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 39.65%
G = 27.31%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B47C96 (or 0xB47C96) is known color: Bouquet. HEX triplet: B4, 7C and 96. RGB value is (180,124,150). Sum of RGB (Red+Green+Blue) = 180+124+150=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C96 is #4B8369. Grayscale: #8F8F8F. Windows color (decimal): -4948842 or 9862324. OLE color: 9862324.

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

Color convert

RGB 180 124 150 -
CMYK 0 0.31 0.17 0.29
HSL 332.14º 0.27% 0.6% -
HSV(B) 332.14º 0.31% 0.71% -
XYZ 31.54 26.32 32.27 -
YUV 143.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 180 124 150 0 0.31 0.17 0.29 332.14 0.27 0.6
Hex B4 7C 96 0 1F 11 1D 14C 1B 3C
Octal 264 174 226 0 37 21 35 514 33 74
Binary 10110100 1111100 10010110 0 11111 10001 11101 101001100 11011 111100

Color Harmonies of #B47C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C96

Black with #B47C96

Text Example


Text Example

White with #B47C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C96; }

 p { color: rgb(180,124,150); }

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

background-color css

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

 a { background-color: rgb(180,124,150); }

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

border-color css

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

 span { border-color: rgb(180,124,150); }

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