Html Css Color HEX #B46E97 Bouquet

📋 copy color: '#B46E97'

red 180 ◦ green 110 ◦ blue 151

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

Shades of Bouquet #B46E97

Tints of Bouquet #B46E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.94%

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

R = 40.82%
G = 24.94%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B46E97 (or 0xB46E97) is known color: Bouquet. HEX triplet: B4, 6E and 97. RGB value is (180,110,151). Sum of RGB (Red+Green+Blue) = 180+110+151=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46E97 is #4B9168. Grayscale: #878787. Windows color (decimal): -4952425 or 9924276. OLE color: 9924276.

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

Color convert

RGB 180 110 151 -
CMYK 0 0.39 0.16 0.29
HSL 324.86º 0.32% 0.57% -
HSV(B) 324.86º 0.39% 0.71% -
XYZ 29.98 23.09 32.15 -
YUV 135.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 180 110 151 0 0.39 0.16 0.29 324.86 0.32 0.57
Hex B4 6E 97 0 27 10 1D 145 20 39
Octal 264 156 227 0 47 20 35 505 40 71
Binary 10110100 1101110 10010111 0 100111 10000 11101 101000101 100000 111001

Color Harmonies of #B46E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E97

Black with #B46E97

Text Example


Text Example

White with #B46E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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