Html Css Color HEX #B17293 Bouquet

📋 copy color: '#B17293'

red 177 ◦ green 114 ◦ blue 147

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

Shades of Bouquet #B17293

Tints of Bouquet #B17293

RGB

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

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

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

R = 40.41%
G = 26.03%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B17293 (or 0xB17293) is known color: Bouquet. HEX triplet: B1, 72 and 93. RGB value is (177,114,147). Sum of RGB (Red+Green+Blue) = 177+114+147=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 177 - color contains mainly: red. Hex color #B17293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17293 is #4E8D6C. Grayscale: #888888. Windows color (decimal): -5148013 or 9663153. OLE color: 9663153.

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

Color convert

RGB 177 114 147 -
CMYK 0 0.36 0.17 0.31
HSL 328.57º 0.29% 0.57% -
HSV(B) 328.57º 0.36% 0.69% -
XYZ 29.42 23.49 30.59 -
YUV 136.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 177 114 147 0 0.36 0.17 0.31 328.57 0.29 0.57
Hex B1 72 93 0 24 11 1F 149 1D 39
Octal 261 162 223 0 44 21 37 511 35 71
Binary 10110001 1110010 10010011 0 100100 10001 11111 101001001 11101 111001

Color Harmonies of #B17293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17293

Black with #B17293

Text Example


Text Example

White with #B17293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17293; }

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

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

background-color css

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

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

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

border-color css

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

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

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