Html Css Color HEX #B18394 Bouquet

📋 copy color: '#B18394'

red 177 ◦ green 131 ◦ blue 148

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

Shades of Bouquet #B18394

Tints of Bouquet #B18394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 38.82%
G = 28.73%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B18394 (or 0xB18394) is known color: Bouquet. HEX triplet: B1, 83 and 94. RGB value is (177,131,148). Sum of RGB (Red+Green+Blue) = 177+131+148=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B18394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18394 is #4E7C6B. Grayscale: #929292. Windows color (decimal): -5143660 or 9733041. OLE color: 9733041.

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

Color convert

RGB 177 131 148 -
CMYK 0 0.26 0.16 0.31
HSL 337.83º 0.23% 0.6% -
HSV(B) 337.83º 0.26% 0.69% -
XYZ 31.59 27.72 31.7 -
YUV 146.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 177 131 148 0 0.26 0.16 0.31 337.83 0.23 0.6
Hex B1 83 94 0 1A 10 1F 152 17 3C
Octal 261 203 224 0 32 20 37 522 27 74
Binary 10110001 10000011 10010100 0 11010 10000 11111 101010010 10111 111100

Color Harmonies of #B18394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18394

Black with #B18394

Text Example


Text Example

White with #B18394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18394; }

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

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

background-color css

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

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

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

border-color css

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

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

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