Html Css Color HEX #B17098 Bouquet

📋 copy color: '#B17098'

red 177 ◦ green 112 ◦ blue 152

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

Shades of Bouquet #B17098

Tints of Bouquet #B17098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

 BLUE value IS 152 (59.77% from 255) = 34.47%

R = 40.14%
G = 25.4%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B17098 (or 0xB17098) is known color: Bouquet. HEX triplet: B1, 70 and 98. RGB value is (177,112,152). Sum of RGB (Red+Green+Blue) = 177+112+152=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17098 is #4E8F67. Grayscale: #878787. Windows color (decimal): -5148520 or 9990321. OLE color: 9990321.

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

Color convert

RGB 177 112 152 -
CMYK 0 0.37 0.14 0.31
HSL 323.08º 0.29% 0.57% -
HSV(B) 323.08º 0.37% 0.69% -
XYZ 29.59 23.2 32.62 -
YUV 136 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 177 112 152 0 0.37 0.14 0.31 323.08 0.29 0.57
Hex B1 70 98 0 25 E 1F 143 1D 39
Octal 261 160 230 0 45 16 37 503 35 71
Binary 10110001 1110000 10011000 0 100101 1110 11111 101000011 11101 111001

Color Harmonies of #B17098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17098

Black with #B17098

Text Example


Text Example

White with #B17098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17098; }

 p { color: rgb(177,112,152); }

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

background-color css

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

 a { background-color: rgb(177,112,152); }

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

border-color css

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

 span { border-color: rgb(177,112,152); }

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