#B9AD7B

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

Shades of Ecru #B9AD7B

Tints of Ecru #B9AD7B

Color information

#B9AD7B (or 0xB9AD7B) is unknown color: approx Ecru. HEX triplet: B9, AD and 7B. RGB value is (185,173,123). Sum of RGB (Red+Green+Blue) = 185+173+123=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD7B is #465284. Grayscale: #ABABAB. Windows color (decimal): -4608645 or 8105401. OLE color: 8105401.

HSL color Cylindrical-coordinate representation of color #B9AD7B: hue angle of 48.39º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9AD7B is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185173123-
CMYK00.060.340.27
HSL48.39º30.69%60.39%-
HSV(B)48.39º33.51%72.55%-
XYZ38.5341.6324.74-
YUV170.89100.98138.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=38.46%
G=35.97%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517312300.060.340.2748.3930.6960.39
HexB9AD7B06221B301f3c
Octal271255173064233603774
Binary1011100110101101111101101101000101101111000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD7B; }

 p { color: rgb(185,173,123); }

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

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

 a { background-color: rgb(185,173,123); }

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

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

 span { border-color: rgb(185,173,123); }

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