Html Css Color HEX #B47A9B Bouquet

📋 copy color: '#B47A9B'

red 180 ◦ green 122 ◦ blue 155

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

Shades of Bouquet #B47A9B

Tints of Bouquet #B47A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.7%

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 39.39%
G = 26.7%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B47A9B (or 0xB47A9B) is known color: Bouquet. HEX triplet: B4, 7A and 9B. RGB value is (180,122,155). Sum of RGB (Red+Green+Blue) = 180+122+155=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A9B is #4B8564. Grayscale: #8F8F8F. Windows color (decimal): -4949349 or 10189492. OLE color: 10189492.

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

Color convert

RGB 180 122 155 -
CMYK 0 0.32 0.14 0.29
HSL 325.86º 0.28% 0.59% -
HSV(B) 325.86º 0.32% 0.71% -
XYZ 31.7 25.99 34.36 -
YUV 143.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 180 122 155 0 0.32 0.14 0.29 325.86 0.28 0.59
Hex B4 7A 9B 0 20 E 1D 146 1C 3B
Octal 264 172 233 0 40 16 35 506 34 73
Binary 10110100 1111010 10011011 0 100000 1110 11101 101000110 11100 111011

Color Harmonies of #B47A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A9B

Black with #B47A9B

Text Example


Text Example

White with #B47A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A9B; }

 p { color: rgb(180,122,155); }

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

background-color css

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

 a { background-color: rgb(180,122,155); }

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

border-color css

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

 span { border-color: rgb(180,122,155); }

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