Html Css Color HEX #B18B9E Bouquet

📋 copy color: '#B18B9E'

red 177 ◦ green 139 ◦ blue 158

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

Shades of Bouquet #B18B9E

Tints of Bouquet #B18B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 37.34%
G = 29.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B18B9E (or 0xB18B9E) is known color: Bouquet. HEX triplet: B1, 8B and 9E. RGB value is (177,139,158). Sum of RGB (Red+Green+Blue) = 177+139+158=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B9E is #4E7461. Grayscale: #989898. Windows color (decimal): -5141602 or 10390449. OLE color: 10390449.

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

Color convert

RGB 177 139 158 -
CMYK 0 0.21 0.11 0.31
HSL 330º 0.2% 0.62% -
HSV(B) 330º 0.21% 0.69% -
XYZ 33.54 30.28 36.43 -
YUV 152.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 177 139 158 0 0.21 0.11 0.31 330 0.2 0.62
Hex B1 8B 9E 0 15 B 1F 14A 14 3E
Octal 261 213 236 0 25 13 37 512 24 76
Binary 10110001 10001011 10011110 0 10101 1011 11111 101001010 10100 111110

Color Harmonies of #B18B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B9E

Black with #B18B9E

Text Example


Text Example

White with #B18B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B9E; }

 p { color: rgb(177,139,158); }

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

background-color css

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

 a { background-color: rgb(177,139,158); }

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

border-color css

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

 span { border-color: rgb(177,139,158); }

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