Html Css Color HEX #B17395 Bouquet

📋 copy color: '#B17395'

red 177 ◦ green 115 ◦ blue 149

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

Shades of Bouquet #B17395

Tints of Bouquet #B17395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.08%

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

R = 40.14%
G = 26.08%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B17395 (or 0xB17395) is known color: Bouquet. HEX triplet: B1, 73 and 95. RGB value is (177,115,149). Sum of RGB (Red+Green+Blue) = 177+115+149=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17395 is #4E8C6A. Grayscale: #898989. Windows color (decimal): -5147755 or 9794481. OLE color: 9794481.

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

Color convert

RGB 177 115 149 -
CMYK 0 0.35 0.16 0.31
HSL 327.1º 0.28% 0.57% -
HSV(B) 327.1º 0.35% 0.69% -
XYZ 29.69 23.78 31.46 -
YUV 137.41 134.54 156.24 -
System Red Green Blue C M Y K H S L
Decimal 177 115 149 0 0.35 0.16 0.31 327.1 0.28 0.57
Hex B1 73 95 0 23 10 1F 147 1C 39
Octal 261 163 225 0 43 20 37 507 34 71
Binary 10110001 1110011 10010101 0 100011 10000 11111 101000111 11100 111001

Color Harmonies of #B17395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17395

Black with #B17395

Text Example


Text Example

White with #B17395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17395; }

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

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

background-color css

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

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

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

border-color css

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

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

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