Html Css Color HEX #B46F96 Bouquet

📋 copy color: '#B46F96'

red 180 ◦ green 111 ◦ blue 150

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

Shades of Bouquet #B46F96

Tints of Bouquet #B46F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 40.82%
G = 25.17%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46F96 (or 0xB46F96) is known color: Bouquet. HEX triplet: B4, 6F and 96. RGB value is (180,111,150). Sum of RGB (Red+Green+Blue) = 180+111+150=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F96 is #4B9069. Grayscale: #878787. Windows color (decimal): -4952170 or 9858996. OLE color: 9858996.

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

Color convert

RGB 180 111 150 -
CMYK 0 0.38 0.17 0.29
HSL 326.09º 0.32% 0.57% -
HSV(B) 326.09º 0.38% 0.71% -
XYZ 30.01 23.27 31.76 -
YUV 136.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 180 111 150 0 0.38 0.17 0.29 326.09 0.32 0.57
Hex B4 6F 96 0 26 11 1D 146 20 39
Octal 264 157 226 0 46 21 35 506 40 71
Binary 10110100 1101111 10010110 0 100110 10001 11101 101000110 100000 111001

Color Harmonies of #B46F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F96

Black with #B46F96

Text Example


Text Example

White with #B46F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F96; }

 p { color: rgb(180,111,150); }

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

background-color css

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

 a { background-color: rgb(180,111,150); }

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

border-color css

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

 span { border-color: rgb(180,111,150); }

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