Html Css Color HEX #B18396 Bouquet

📋 copy color: '#B18396'

red 177 ◦ green 131 ◦ blue 150

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

Shades of Bouquet #B18396

Tints of Bouquet #B18396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 38.65%
G = 28.6%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B18396 (or 0xB18396) is known color: Bouquet. HEX triplet: B1, 83 and 96. RGB value is (177,131,150). Sum of RGB (Red+Green+Blue) = 177+131+150=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B18396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18396 is #4E7C69. Grayscale: #929292. Windows color (decimal): -5143658 or 9864113. OLE color: 9864113.

HSL color Cylindrical-coordinate representation of color #B18396: hue angle of 335.22º 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 #B18396 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 131 150 -
CMYK 0 0.26 0.15 0.31
HSL 335.22º 0.23% 0.6% -
HSV(B) 335.22º 0.26% 0.69% -
XYZ 31.75 27.78 32.54 -
YUV 146.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 177 131 150 0 0.26 0.15 0.31 335.22 0.23 0.6
Hex B1 83 96 0 1A F 1F 14F 17 3C
Octal 261 203 226 0 32 17 37 517 27 74
Binary 10110001 10000011 10010110 0 11010 1111 11111 101001111 10111 111100

Color Harmonies of #B18396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18396

Black with #B18396

Text Example


Text Example

White with #B18396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18396; }

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

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

background-color css

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

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

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

border-color css

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

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

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