Html Css Color HEX #B18098 Bouquet

📋 copy color: '#B18098'

red 177 ◦ green 128 ◦ blue 152

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

Shades of Bouquet #B18098

Tints of Bouquet #B18098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

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

R = 38.73%
G = 28.01%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B18098 (or 0xB18098) is known color: Bouquet. HEX triplet: B1, 80 and 98. RGB value is (177,128,152). Sum of RGB (Red+Green+Blue) = 177+128+152=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18098 is #4E7F67. Grayscale: #919191. Windows color (decimal): -5144424 or 9994417. OLE color: 9994417.

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

Color convert

RGB 177 128 152 -
CMYK 0 0.28 0.14 0.31
HSL 330.61º 0.24% 0.6% -
HSV(B) 330.61º 0.28% 0.69% -
XYZ 31.52 27.05 33.27 -
YUV 145.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 177 128 152 0 0.28 0.14 0.31 330.61 0.24 0.6
Hex B1 80 98 0 1C E 1F 14B 18 3C
Octal 261 200 230 0 34 16 37 513 30 74
Binary 10110001 10000000 10011000 0 11100 1110 11111 101001011 11000 111100

Color Harmonies of #B18098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18098

Black with #B18098

Text Example


Text Example

White with #B18098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18098; }

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

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

background-color css

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

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

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

border-color css

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

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

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