Html Css Color HEX #B17297 Bouquet

📋 copy color: '#B17297'

red 177 ◦ green 114 ◦ blue 151

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

Shades of Bouquet #B17297

Tints of Bouquet #B17297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.79%

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 40.05%
G = 25.79%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B17297 (or 0xB17297) is known color: Bouquet. HEX triplet: B1, 72 and 97. RGB value is (177,114,151). Sum of RGB (Red+Green+Blue) = 177+114+151=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17297 is #4E8D68. Grayscale: #888888. Windows color (decimal): -5148009 or 9925297. OLE color: 9925297.

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

Color convert

RGB 177 114 151 -
CMYK 0 0.36 0.15 0.31
HSL 324.76º 0.29% 0.57% -
HSV(B) 324.76º 0.36% 0.69% -
XYZ 29.73 23.62 32.27 -
YUV 137.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 177 114 151 0 0.36 0.15 0.31 324.76 0.29 0.57
Hex B1 72 97 0 24 F 1F 145 1D 39
Octal 261 162 227 0 44 17 37 505 35 71
Binary 10110001 1110010 10010111 0 100100 1111 11111 101000101 11101 111001

Color Harmonies of #B17297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17297

Black with #B17297

Text Example


Text Example

White with #B17297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17297; }

 p { color: rgb(177,114,151); }

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

background-color css

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

 a { background-color: rgb(177,114,151); }

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

border-color css

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

 span { border-color: rgb(177,114,151); }

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