Html Css Color HEX #B46D96 Bouquet

📋 copy color: '#B46D96'

red 180 ◦ green 109 ◦ blue 150

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

Shades of Bouquet #B46D96

Tints of Bouquet #B46D96

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 41%
G = 24.83%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B46D96 (or 0xB46D96) is known color: Bouquet. HEX triplet: B4, 6D and 96. RGB value is (180,109,150). Sum of RGB (Red+Green+Blue) = 180+109+150=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D96 is #4B9269. Grayscale: #868686. Windows color (decimal): -4952682 or 9858484. OLE color: 9858484.

HSL color Cylindrical-coordinate representation of color #B46D96: hue angle of 325.35º 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 #B46D96 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 109 150 -
CMYK 0 0.39 0.17 0.29
HSL 325.35º 0.32% 0.57% -
HSV(B) 325.35º 0.39% 0.71% -
XYZ 29.8 22.84 31.69 -
YUV 134.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 180 109 150 0 0.39 0.17 0.29 325.35 0.32 0.57
Hex B4 6D 96 0 27 11 1D 145 20 39
Octal 264 155 226 0 47 21 35 505 40 71
Binary 10110100 1101101 10010110 0 100111 10001 11101 101000101 100000 111001

Color Harmonies of #B46D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D96

Black with #B46D96

Text Example


Text Example

White with #B46D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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