Html Css Color HEX #B47297 Bouquet

📋 copy color: '#B47297'

red 180 ◦ green 114 ◦ blue 151

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

Shades of Bouquet #B47297

Tints of Bouquet #B47297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.62%

 BLUE value IS 151 (59.38% from 255) = 33.93%

R = 40.45%
G = 25.62%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B47297 (or 0xB47297) is known color: Bouquet. HEX triplet: B4, 72 and 97. RGB value is (180,114,151). Sum of RGB (Red+Green+Blue) = 180+114+151=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47297 is #4B8D68. Grayscale: #898989. Windows color (decimal): -4951401 or 9925300. OLE color: 9925300.

HSL color Cylindrical-coordinate representation of color #B47297: hue angle of 326.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47297 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 114 151 -
CMYK 0 0.37 0.16 0.29
HSL 326.36º 0.31% 0.58% -
HSV(B) 326.36º 0.37% 0.71% -
XYZ 30.43 23.97 32.3 -
YUV 137.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 180 114 151 0 0.37 0.16 0.29 326.36 0.31 0.58
Hex B4 72 97 0 25 10 1D 146 1F 3A
Octal 264 162 227 0 45 20 35 506 37 72
Binary 10110100 1110010 10010111 0 100101 10000 11101 101000110 11111 111010

Color Harmonies of #B47297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47297

Black with #B47297

Text Example


Text Example

White with #B47297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47297; }

 p { color: rgb(180,114,151); }

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

background-color css

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

 a { background-color: rgb(180,114,151); }

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

border-color css

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

 span { border-color: rgb(180,114,151); }

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