#BBB27F

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

Shades of Ecru #BBB27F

Tints of Ecru #BBB27F

Color information

#BBB27F (or 0xBBB27F) is unknown color: approx Ecru. HEX triplet: BB, B2 and 7F. RGB value is (187,178,127). Sum of RGB (Red+Green+Blue) = 187+178+127=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27F is #444D80. Grayscale: #AFAFAF. Windows color (decimal): -4476289 or 8368827. OLE color: 8368827.

HSL color Cylindrical-coordinate representation of color #BBB27F: hue angle of 51º degrees, saturation: 0.31, 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 #BBB27F is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187178127-
CMYK00.050.320.27
HSL51º30.61%61.57%-
HSV(B)51º32.09%73.33%-
XYZ40.2443.9426.44-
YUV174.88100.98136.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 178 (69.92% from 255) = 36.18%
BLUE value IS 127 (50% from 255) = 25.81%
R=38.01%
G=36.18%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717812700.050.320.275130.6161.57
HexBBB27F05201B331f3e
Octal273262177054033633776
Binary1011101110110010111111101011000001101111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB27F; }

 p { color: rgb(187,178,127); }

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

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

 a { background-color: rgb(187,178,127); }

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

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

 span { border-color: rgb(187,178,127); }

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