Html Css Color HEX #B16795 Bouquet

📋 copy color: '#B16795'

red 177 ◦ green 103 ◦ blue 149

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

Shades of Bouquet #B16795

Tints of Bouquet #B16795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.73%

R = 41.26%
G = 24.01%
B = 34.73%

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

#B16795 (or 0xB16795) is known color: Bouquet. HEX triplet: B1, 67 and 95. RGB value is (177,103,149). Sum of RGB (Red+Green+Blue) = 177+103+149=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16795 is #4E986A. Grayscale: #828282. Windows color (decimal): -5150827 or 9791409. OLE color: 9791409.

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

Color convert

RGB 177 103 149 -
CMYK 0 0.42 0.16 0.31
HSL 322.7º 0.32% 0.55% -
HSV(B) 322.7º 0.42% 0.69% -
XYZ 28.41 21.22 31.03 -
YUV 130.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 177 103 149 0 0.42 0.16 0.31 322.7 0.32 0.55
Hex B1 67 95 0 2A 10 1F 143 20 37
Octal 261 147 225 0 52 20 37 503 40 67
Binary 10110001 1100111 10010101 0 101010 10000 11111 101000011 100000 110111

Color Harmonies of #B16795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16795

Black with #B16795

Text Example


Text Example

White with #B16795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16795; }

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

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

background-color css

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

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

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

border-color css

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

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

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