#BBB480

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

Shades of Ecru #BBB480

Tints of Ecru #BBB480

Color information

#BBB480 (or 0xBBB480) is unknown color: approx Ecru. HEX triplet: BB, B4 and 80. RGB value is (187,180,128). Sum of RGB (Red+Green+Blue) = 187+180+128=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB480 is #444B7F. Grayscale: #B0B0B0. Windows color (decimal): -4475776 or 8434875. OLE color: 8434875.

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

Color convert

RGB187180128-
CMYK00.040.320.27
HSL52.88º30.26%61.76%-
HSV(B)52.88º31.55%73.33%-
XYZ40.7144.7726.92-
YUV176.16100.82135.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=37.78%
G=36.36%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718012800.040.320.2752.8830.2661.76
HexBBB48004201B351e3e
Octal273264200044033653676
Binary10111011101101001000000001001000001101111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB480; }

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

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

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

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

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

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

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

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