Html Css Color HEX #B46497 Bouquet

📋 copy color: '#B46497'

red 180 ◦ green 100 ◦ blue 151

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

Shades of Bouquet #B46497

Tints of Bouquet #B46497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.2%

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

R = 41.76%
G = 23.2%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46497 (or 0xB46497) is known color: Bouquet. HEX triplet: B4, 64 and 97. RGB value is (180,100,151). Sum of RGB (Red+Green+Blue) = 180+100+151=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46497 is #4B9B68. Grayscale: #818181. Windows color (decimal): -4954985 or 9921716. OLE color: 9921716.

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

Color convert

RGB 180 100 151 -
CMYK 0 0.44 0.16 0.29
HSL 321.75º 0.35% 0.55% -
HSV(B) 321.75º 0.44% 0.71% -
XYZ 28.97 21.05 31.81 -
YUV 129.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 180 100 151 0 0.44 0.16 0.29 321.75 0.35 0.55
Hex B4 64 97 0 2C 10 1D 142 23 37
Octal 264 144 227 0 54 20 35 502 43 67
Binary 10110100 1100100 10010111 0 101100 10000 11101 101000010 100011 110111

Color Harmonies of #B46497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46497

Black with #B46497

Text Example


Text Example

White with #B46497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46497; }

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

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

background-color css

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

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

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

border-color css

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

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

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