Html Css Color HEX #B16493 Bouquet

📋 copy color: '#B16493'

red 177 ◦ green 100 ◦ blue 147

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

Shades of Bouquet #B16493

Tints of Bouquet #B16493

RGB

 RED value IS 177 (69.53% from 255) = 41.75%

 GREEN value IS 100 (39.45% from 255) = 23.58%

 BLUE value IS 147 (57.81% from 255) = 34.67%

R = 41.75%
G = 23.58%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B16493 (or 0xB16493) is known color: Bouquet. HEX triplet: B1, 64 and 93. RGB value is (177,100,147). Sum of RGB (Red+Green+Blue) = 177+100+147=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B16493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16493 is #4E9B6C. Grayscale: #808080. Windows color (decimal): -5151597 or 9659569. OLE color: 9659569.

HSL color Cylindrical-coordinate representation of color #B16493: hue angle of 323.38º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16493 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 100 147 -
CMYK 0 0.44 0.17 0.31
HSL 323.38º 0.33% 0.54% -
HSV(B) 323.38º 0.44% 0.69% -
XYZ 27.96 20.57 30.1 -
YUV 128.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 177 100 147 0 0.44 0.17 0.31 323.38 0.33 0.54
Hex B1 64 93 0 2C 11 1F 143 21 36
Octal 261 144 223 0 54 21 37 503 41 66
Binary 10110001 1100100 10010011 0 101100 10001 11111 101000011 100001 110110

Color Harmonies of #B16493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16493

Black with #B16493

Text Example


Text Example

White with #B16493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16493; }

 p { color: rgb(177,100,147); }

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

background-color css

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

 a { background-color: rgb(177,100,147); }

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

border-color css

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

 span { border-color: rgb(177,100,147); }

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