Html Css Color HEX #B47DA0 Bouquet

📋 copy color: '#B47DA0'

red 180 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #B47DA0

Tints of Bouquet #B47DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 38.71%
G = 26.88%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B47DA0 (or 0xB47DA0) is known color: Bouquet. HEX triplet: B4, 7D and A0. RGB value is (180,125,160). Sum of RGB (Red+Green+Blue) = 180+125+160=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B47DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47DA0 is #4B825F. Grayscale: #919191. Windows color (decimal): -4948576 or 10517940. OLE color: 10517940.

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

Color convert

RGB 180 125 160 -
CMYK 0 0.31 0.11 0.29
HSL 321.82º 0.27% 0.6% -
HSV(B) 321.82º 0.31% 0.71% -
XYZ 32.5 26.91 36.74 -
YUV 145.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 180 125 160 0 0.31 0.11 0.29 321.82 0.27 0.6
Hex B4 7D A0 0 1F B 1D 142 1B 3C
Octal 264 175 240 0 37 13 35 502 33 74
Binary 10110100 1111101 10100000 0 11111 1011 11101 101000010 11011 111100

Color Harmonies of #B47DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DA0

Black with #B47DA0

Text Example


Text Example

White with #B47DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DA0; }

 p { color: rgb(180,125,160); }

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

background-color css

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

 a { background-color: rgb(180,125,160); }

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

border-color css

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

 span { border-color: rgb(180,125,160); }

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