#BBB47A

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

Shades of Ecru #BBB47A

Tints of Ecru #BBB47A

Color information

#BBB47A (or 0xBBB47A) is unknown color: approx Ecru. HEX triplet: BB, B4 and 7A. RGB value is (187,180,122). Sum of RGB (Red+Green+Blue) = 187+180+122=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB47A is #444B85. Grayscale: #AFAFAF. Windows color (decimal): -4475782 or 8041659. OLE color: 8041659.

HSL color Cylindrical-coordinate representation of color #BBB47A: hue angle of 53.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB47A is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187180122-
CMYK00.040.350.27
HSL53.54º32.34%60.59%-
HSV(B)53.54º34.76%73.33%-
XYZ40.3344.6124.9-
YUV175.4897.82136.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 36.81%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=38.24%
G=36.81%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718012200.040.350.2753.5432.3460.59
HexBBB47A04231B36203d
Octal273264172044333664075
Binary10111011101101001111010010010001111011110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB47A; }

 p { color: rgb(187,180,122); }

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

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

 a { background-color: rgb(187,180,122); }

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

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

 span { border-color: rgb(187,180,122); }

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