Html Css Color HEX #B47EA8 Bouquet

📋 copy color: '#B47EA8'

red 180 ◦ green 126 ◦ blue 168

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

Shades of Bouquet #B47EA8

Tints of Bouquet #B47EA8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 37.97%
G = 26.58%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B47EA8 (or 0xB47EA8) is known color: Bouquet. HEX triplet: B4, 7E and A8. RGB value is (180,126,168). Sum of RGB (Red+Green+Blue) = 180+126+168=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B47EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47EA8 is #4B8157. Grayscale: #929292. Windows color (decimal): -4948312 or 11042484. OLE color: 11042484.

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

Color convert

RGB 180 126 168 -
CMYK 0 0.3 0.07 0.29
HSL 313.33º 0.26% 0.6% -
HSV(B) 313.33º 0.3% 0.71% -
XYZ 33.35 27.45 40.59 -
YUV 146.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 180 126 168 0 0.3 0.07 0.29 313.33 0.26 0.6
Hex B4 7E A8 0 1E 7 1D 139 1A 3C
Octal 264 176 250 0 36 7 35 471 32 74
Binary 10110100 1111110 10101000 0 11110 111 11101 100111001 11010 111100

Color Harmonies of #B47EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EA8

Black with #B47EA8

Text Example


Text Example

White with #B47EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EA8; }

 p { color: rgb(180,126,168); }

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

background-color css

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

 a { background-color: rgb(180,126,168); }

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

border-color css

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

 span { border-color: rgb(180,126,168); }

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