#B9B181

Color #B9B181 Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #B9B181

Tints of Ecru #B9B181

Color information

#B9B181 (or 0xB9B181) is unknown color: approx Ecru. HEX triplet: B9, B1 and 81. RGB value is (185,177,129). Sum of RGB (Red+Green+Blue) = 185+177+129=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B181 is #464E7E. Grayscale: #AEAEAE. Windows color (decimal): -4607615 or 8499641. OLE color: 8499641.

HSL color Cylindrical-coordinate representation of color #B9B181: hue angle of 51.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9B181 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB185177129-
CMYK00.040.300.27
HSL51.43º28.57%61.57%-
HSV(B)51.43º30.27%72.55%-
XYZ39.6943.3427.04-
YUV173.92102.65135.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=37.68%
G=36.05%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517712900.040.300.2751.4328.5761.57
HexB9B181041E1B331d3e
Octal271261201043633633576
Binary1011100110110001100000010100111101101111001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B181; }

 p { color: rgb(185,177,129); }

 H1.HeaderClassName
 {
   color: #B9B181;
 }
 .AnyTagClassName
 {
   color: #B9B181;
 }
</style>
background-color css

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

 a { background-color: rgb(185,177,129); }

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

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

 span { border-color: rgb(185,177,129); }

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