Html Css Color HEX #B17594 Bouquet

📋 copy color: '#B17594'

red 177 ◦ green 117 ◦ blue 148

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

Shades of Bouquet #B17594

Tints of Bouquet #B17594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 40.05%
G = 26.47%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B17594 (or 0xB17594) is known color: Bouquet. HEX triplet: B1, 75 and 94. RGB value is (177,117,148). Sum of RGB (Red+Green+Blue) = 177+117+148=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17594 is #4E8A6B. Grayscale: #8A8A8A. Windows color (decimal): -5147244 or 9729457. OLE color: 9729457.

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

Color convert

RGB 177 117 148 -
CMYK 0 0.34 0.16 0.31
HSL 329º 0.28% 0.58% -
HSV(B) 329º 0.34% 0.69% -
XYZ 29.84 24.21 31.12 -
YUV 138.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 177 117 148 0 0.34 0.16 0.31 329 0.28 0.58
Hex B1 75 94 0 22 10 1F 149 1C 3A
Octal 261 165 224 0 42 20 37 511 34 72
Binary 10110001 1110101 10010100 0 100010 10000 11111 101001001 11100 111010

Color Harmonies of #B17594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17594

Black with #B17594

Text Example


Text Example

White with #B17594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17594; }

 p { color: rgb(177,117,148); }

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

background-color css

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

 a { background-color: rgb(177,117,148); }

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

border-color css

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

 span { border-color: rgb(177,117,148); }

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