#BBB27D

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

Shades of Ecru #BBB27D

Tints of Ecru #BBB27D

Color information

#BBB27D (or 0xBBB27D) is unknown color: approx Ecru. HEX triplet: BB, B2 and 7D. RGB value is (187,178,125). Sum of RGB (Red+Green+Blue) = 187+178+125=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27D is #444D82. Grayscale: #AEAEAE. Windows color (decimal): -4476291 or 8237755. OLE color: 8237755.

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

Color convert

RGB187178125-
CMYK00.050.330.27
HSL51.29º31.31%61.18%-
HSV(B)51.29º33.16%73.33%-
XYZ40.1243.8925.76-
YUV174.6599.98136.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=38.16%
G=36.33%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717812500.050.330.2751.2931.3161.18
HexBBB27D05211B331f3d
Octal273262175054133633775
Binary1011101110110010111110101011000011101111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB27D; }

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

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

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

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

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

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

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

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