Html Css Color HEX #B47C9A Bouquet

📋 copy color: '#B47C9A'

red 180 ◦ green 124 ◦ blue 154

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

Shades of Bouquet #B47C9A

Tints of Bouquet #B47C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.62%

R = 39.3%
G = 27.07%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B47C9A (or 0xB47C9A) is known color: Bouquet. HEX triplet: B4, 7C and 9A. RGB value is (180,124,154). Sum of RGB (Red+Green+Blue) = 180+124+154=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C9A is #4B8365. Grayscale: #909090. Windows color (decimal): -4948838 or 10124468. OLE color: 10124468.

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

Color convert

RGB 180 124 154 -
CMYK 0 0.31 0.14 0.29
HSL 327.86º 0.27% 0.6% -
HSV(B) 327.86º 0.31% 0.71% -
XYZ 31.86 26.45 34 -
YUV 144.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 180 124 154 0 0.31 0.14 0.29 327.86 0.27 0.6
Hex B4 7C 9A 0 1F E 1D 148 1B 3C
Octal 264 174 232 0 37 16 35 510 33 74
Binary 10110100 1111100 10011010 0 11111 1110 11101 101001000 11011 111100

Color Harmonies of #B47C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C9A

Black with #B47C9A

Text Example


Text Example

White with #B47C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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