Html Css Color HEX #B18A9F Bouquet

📋 copy color: '#B18A9F'

red 177 ◦ green 138 ◦ blue 159

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

Shades of Bouquet #B18A9F

Tints of Bouquet #B18A9F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 159 (62.5% from 255) = 33.54%

R = 37.34%
G = 29.11%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B18A9F (or 0xB18A9F) is known color: Bouquet. HEX triplet: B1, 8A and 9F. RGB value is (177,138,159). Sum of RGB (Red+Green+Blue) = 177+138+159=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18A9F is #4E7560. Grayscale: #989898. Windows color (decimal): -5141857 or 10455729. OLE color: 10455729.

HSL color Cylindrical-coordinate representation of color #B18A9F: hue angle of 327.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18A9F is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 138 159 -
CMYK 0 0.22 0.10 0.31
HSL 327.69º 0.2% 0.62% -
HSV(B) 327.69º 0.22% 0.69% -
XYZ 33.48 30.03 36.83 -
YUV 152.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 177 138 159 0 0.22 0.10 0.31 327.69 0.2 0.62
Hex B1 8A 9F 0 16 A 1F 148 14 3E
Octal 261 212 237 0 26 12 37 510 24 76
Binary 10110001 10001010 10011111 0 10110 1010 11111 101001000 10100 111110

Color Harmonies of #B18A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18A9F

Black with #B18A9F

Text Example


Text Example

White with #B18A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18A9F; }

 p { color: rgb(177,138,159); }

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

background-color css

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

 a { background-color: rgb(177,138,159); }

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

border-color css

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

 span { border-color: rgb(177,138,159); }

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