Html Css Color HEX #B46D9C Bouquet

📋 copy color: '#B46D9C'

red 180 ◦ green 109 ◦ blue 156

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

Shades of Bouquet #B46D9C

Tints of Bouquet #B46D9C

RGB

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

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

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

R = 40.45%
G = 24.49%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B46D9C (or 0xB46D9C) is known color: Bouquet. HEX triplet: B4, 6D and 9C. RGB value is (180,109,156). Sum of RGB (Red+Green+Blue) = 180+109+156=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46D9C is #4B9263. Grayscale: #878787. Windows color (decimal): -4952676 or 10251700. OLE color: 10251700.

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

Color convert

RGB 180 109 156 -
CMYK 0 0.39 0.13 0.29
HSL 320.28º 0.32% 0.57% -
HSV(B) 320.28º 0.39% 0.71% -
XYZ 30.29 23.04 34.3 -
YUV 135.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 180 109 156 0 0.39 0.13 0.29 320.28 0.32 0.57
Hex B4 6D 9C 0 27 D 1D 140 20 39
Octal 264 155 234 0 47 15 35 500 40 71
Binary 10110100 1101101 10011100 0 100111 1101 11101 101000000 100000 111001

Color Harmonies of #B46D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D9C

Black with #B46D9C

Text Example


Text Example

White with #B46D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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