Html Css Color HEX #B18395 Bouquet

📋 copy color: '#B18395'

red 177 ◦ green 131 ◦ blue 149

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

Shades of Bouquet #B18395

Tints of Bouquet #B18395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 38.73%
G = 28.67%
B = 32.6%

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

#B18395 (or 0xB18395) is known color: Bouquet. HEX triplet: B1, 83 and 95. RGB value is (177,131,149). Sum of RGB (Red+Green+Blue) = 177+131+149=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18395 is #4E7C6A. Grayscale: #929292. Windows color (decimal): -5143659 or 9798577. OLE color: 9798577.

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

Color convert

RGB 177 131 149 -
CMYK 0 0.26 0.16 0.31
HSL 336.52º 0.23% 0.6% -
HSV(B) 336.52º 0.26% 0.69% -
XYZ 31.67 27.75 32.12 -
YUV 146.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 177 131 149 0 0.26 0.16 0.31 336.52 0.23 0.6
Hex B1 83 95 0 1A 10 1F 151 17 3C
Octal 261 203 225 0 32 20 37 521 27 74
Binary 10110001 10000011 10010101 0 11010 10000 11111 101010001 10111 111100

Color Harmonies of #B18395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18395

Black with #B18395

Text Example


Text Example

White with #B18395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18395; }

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

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

background-color css

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

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

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

border-color css

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

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

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