Html Css Color HEX #B46F9C Bouquet

📋 copy color: '#B46F9C'

red 180 ◦ green 111 ◦ blue 156

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

Shades of Bouquet #B46F9C

Tints of Bouquet #B46F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 40.27%
G = 24.83%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B46F9C (or 0xB46F9C) is known color: Bouquet. HEX triplet: B4, 6F and 9C. RGB value is (180,111,156). Sum of RGB (Red+Green+Blue) = 180+111+156=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F9C is #4B9063. Grayscale: #888888. Windows color (decimal): -4952164 or 10252212. OLE color: 10252212.

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

Color convert

RGB 180 111 156 -
CMYK 0 0.38 0.13 0.29
HSL 320.87º 0.32% 0.57% -
HSV(B) 320.87º 0.38% 0.71% -
XYZ 30.51 23.47 34.38 -
YUV 136.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 180 111 156 0 0.38 0.13 0.29 320.87 0.32 0.57
Hex B4 6F 9C 0 26 D 1D 141 20 39
Octal 264 157 234 0 46 15 35 501 40 71
Binary 10110100 1101111 10011100 0 100110 1101 11101 101000001 100000 111001

Color Harmonies of #B46F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F9C

Black with #B46F9C

Text Example


Text Example

White with #B46F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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