Html Css Color HEX #B16793 Bouquet

📋 copy color: '#B16793'

red 177 ◦ green 103 ◦ blue 147

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

Shades of Bouquet #B16793

Tints of Bouquet #B16793

RGB

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

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

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

R = 41.45%
G = 24.12%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B16793 (or 0xB16793) is known color: Bouquet. HEX triplet: B1, 67 and 93. RGB value is (177,103,147). Sum of RGB (Red+Green+Blue) = 177+103+147=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16793 is #4E986C. Grayscale: #828282. Windows color (decimal): -5150829 or 9660337. OLE color: 9660337.

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

Color convert

RGB 177 103 147 -
CMYK 0 0.42 0.17 0.31
HSL 324.32º 0.32% 0.55% -
HSV(B) 324.32º 0.42% 0.69% -
XYZ 28.25 21.15 30.2 -
YUV 130.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 177 103 147 0 0.42 0.17 0.31 324.32 0.32 0.55
Hex B1 67 93 0 2A 11 1F 144 20 37
Octal 261 147 223 0 52 21 37 504 40 67
Binary 10110001 1100111 10010011 0 101010 10001 11111 101000100 100000 110111

Color Harmonies of #B16793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16793

Black with #B16793

Text Example


Text Example

White with #B16793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16793; }

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

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

background-color css

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

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

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

border-color css

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

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

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