Html Css Color HEX #B47F9A Bouquet

📋 copy color: '#B47F9A'

red 180 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #B47F9A

Tints of Bouquet #B47F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 39.05%
G = 27.55%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B47F9A (or 0xB47F9A) is known color: Bouquet. HEX triplet: B4, 7F and 9A. RGB value is (180,127,154). Sum of RGB (Red+Green+Blue) = 180+127+154=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F9A is #4B8065. Grayscale: #919191. Windows color (decimal): -4948070 or 10125236. OLE color: 10125236.

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

Color convert

RGB 180 127 154 -
CMYK 0 0.29 0.14 0.29
HSL 329.43º 0.26% 0.6% -
HSV(B) 329.43º 0.29% 0.71% -
XYZ 32.24 27.22 34.13 -
YUV 145.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 180 127 154 0 0.29 0.14 0.29 329.43 0.26 0.6
Hex B4 7F 9A 0 1D E 1D 149 1A 3C
Octal 264 177 232 0 35 16 35 511 32 74
Binary 10110100 1111111 10011010 0 11101 1110 11101 101001001 11010 111100

Color Harmonies of #B47F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F9A

Black with #B47F9A

Text Example


Text Example

White with #B47F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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