Html Css Color HEX #B16794 Bouquet

📋 copy color: '#B16794'

red 177 ◦ green 103 ◦ blue 148

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

Shades of Bouquet #B16794

Tints of Bouquet #B16794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.07%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 41.36%
G = 24.07%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B16794 (or 0xB16794) is known color: Bouquet. HEX triplet: B1, 67 and 94. RGB value is (177,103,148). Sum of RGB (Red+Green+Blue) = 177+103+148=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16794 is #4E986B. Grayscale: #828282. Windows color (decimal): -5150828 or 9725873. OLE color: 9725873.

HSL color Cylindrical-coordinate representation of color #B16794: hue angle of 323.51º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16794 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 103 148 -
CMYK 0 0.42 0.16 0.31
HSL 323.51º 0.32% 0.55% -
HSV(B) 323.51º 0.42% 0.69% -
XYZ 28.33 21.19 30.61 -
YUV 130.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 177 103 148 0 0.42 0.16 0.31 323.51 0.32 0.55
Hex B1 67 94 0 2A 10 1F 144 20 37
Octal 261 147 224 0 52 20 37 504 40 67
Binary 10110001 1100111 10010100 0 101010 10000 11111 101000100 100000 110111

Color Harmonies of #B16794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16794

Black with #B16794

Text Example


Text Example

White with #B16794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16794; }

 p { color: rgb(177,103,148); }

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

background-color css

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

 a { background-color: rgb(177,103,148); }

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

border-color css

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

 span { border-color: rgb(177,103,148); }

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