Html Css Color HEX #B17493 Bouquet

📋 copy color: '#B17493'

red 177 ◦ green 116 ◦ blue 147

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

Shades of Bouquet #B17493

Tints of Bouquet #B17493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 40.23%
G = 26.36%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B17493 (or 0xB17493) is known color: Bouquet. HEX triplet: B1, 74 and 93. RGB value is (177,116,147). Sum of RGB (Red+Green+Blue) = 177+116+147=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B17493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17493 is #4E8B6C. Grayscale: #898989. Windows color (decimal): -5147501 or 9663665. OLE color: 9663665.

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

Color convert

RGB 177 116 147 -
CMYK 0 0.34 0.17 0.31
HSL 329.51º 0.28% 0.57% -
HSV(B) 329.51º 0.34% 0.69% -
XYZ 29.64 23.94 30.66 -
YUV 137.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 177 116 147 0 0.34 0.17 0.31 329.51 0.28 0.57
Hex B1 74 93 0 22 11 1F 14A 1C 39
Octal 261 164 223 0 42 21 37 512 34 71
Binary 10110001 1110100 10010011 0 100010 10001 11111 101001010 11100 111001

Color Harmonies of #B17493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17493

Black with #B17493

Text Example


Text Example

White with #B17493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17493; }

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

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

background-color css

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

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

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

border-color css

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

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

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